Action group: Collections
The action inserts the value into the list by index, shifting the other elements
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
List | List to process | Robin.Collection | Yes | |
Index | Index in list | Robin.Numeric | Yes | |
Value | The value to be inserted into the list at the specified index | Robin.Object | Yes |
None.
There is a collection "Collection 1" consisting of 3 values: Olya, Masha, Katya. It is necessary to add the value Ira to this collection with index 1 in the list. Then, as a check, get the value at index 1.
Use the actions "Insert value", "Get value by index".
The program robot completed successfully. The value "Ira" was successfully added to the collection and retrieved by index.