Action group: Collections
The action reverses the order of items in the specified list.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
List | List for processing. | Robin.Collection | Yes |
None.
There is a variable "Collection 1" consisting of city records:
The order of elements in the list should be reversed. To check this, get the values of elements "0" and "1" by index, write the values to the corresponding variables "City 1" and "City 2". Then, display the names of the found cities one by one in the dialog box.
Use the action "Reverse" and "Get value by index" and "Show message".
2 dialog boxes with the cities "Berlin" and "Tokyo" are displayed consecutively.