Contents
- Add Item to Collection
- Add action
- Configure action
- Action properties
- Examples
- Add an item to the end of collection and save result in the same collection:
- Add an item to collection by index and save result to another collection:
Property | Description |
---|---|
Title | Defines action title. By default the title is action type name. |
Input | Collection to add item. |
Mode | How to add item:
In Insert mode new item will be added to position with specified index and existing items starting from this index will be moved to one position. If number of items in collection is less than Index, the new item will be added to the end of collection. |
Value | |
Type | Defines of type of the added item:
|
Value | Value to add to collection. Lookups are available for this property. |
Output | Variable to store the result collection. You can specify the same collection as in Input. The Input collection will be overwritten in this case. |