Action group: Collections
The action adds the specified objects to the collection by index. By default, to the end of the list.
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Collection | The collection to which the object will be added | Robin.Collection | Yes | |
Index | The ordinal number of the position where the value should be inserted. Numbering starts from 0. | Robin.Numeric | No | |
Object | The object to add to the collection. | Robin.Object | Yes |
If adding multiple objects is necessary click on the plus icon:
The action has 3 parameters by default:
Each new "Object" parameter is a new element of the collection, added after the previous one.
If the "Index" parameter is set, all new objects are inserted starting from this position.
Case:
There was a "Collection" with values:
Add action with the following input data:
Expected result: "Collection"
There is a "Collection" variable with values:
Add the value "Richard" with position number "2" to the collection. Then check the added value using the "Contains object" action.
Use the "Add object" and "Contains object" actions.
A new entry with value "Richard" and index "2" was added.
The collection contains an entry with value "Richard".