I'm working on migrating existing workflows to O365, and I need to replace all the existing Collection actions.
For the new "Add Item to Collection" action, there are separate mandatory parameters "Target Collection" and "Output." Since I'm adding an item to a collection that already exists, I don't understand why I would need to specify more than one collection.
Add item to collection (nintex.com)
Field | Description |
---|---|
Target collection | Collection variable that you want to add the item to. Select from the drop-down list or create a new variable. |
Index | Index (location or counter) of the item to add. If the index value specified is larger than the size of the collection, then the item is added to the end of the collection. |
Value | Value associated with the item. |
Output | Collection variable to store the collection with the added item. |