Action group: Collections
The action removes an object from the collection by its index or value
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Collection | Collection for processing | Robin.Collection | Yes | |
Index | The index of the element to remove | Robin.Numeric | No | |
Value | The value of the element to remove | Robin.Object | No | |
Results | ||||
Result | The resulting variable containing removed value | Robin.Object |
The resulting collection will be stored in the action parameter "Collection".
If you specify an index and a value at the same time, the action will accept only the index, not the value, as input.
Case:
"Collection 1" contains:
If you specify the parameters index "1", and the value "Germany" in the action, "Collection 1" will take the following form:
There is a variable "Collection 1" with the values of the countries:
It is necessary to delete the value with index "0" . Then get the values with indexes "0" and "1" and output the results in dialog boxes.
Use the actions "Remove object", "Get value by index", "Show message".
The required object is removed from the collection (value "China"). Two dialog boxes with the countries "Japan" and "Russia" are displayed consecutively.