Action group: Collections
The action sorts the collection in a specified order. You can sort only homogeneous collections in which all the elements are of the same type
Parameter | Description |
---|---|
Collection | Collection to be processed. |
Sort order | Sort order. |
Result - the result collection will be saved in the "Collection" action parameter.
Property | Description | Type | Filling example | Mandatory |
---|---|---|---|---|
Parameters | ||||
Collection | Collection to be processed. | Collection | yes | |
Sort order | Sort order Dropdown list:
| String | ascending | no |
Results | ||||
This action has no result. The result collection will be saved in the "Collection" action parameter. |
For numeric elements, sorting is done by value, for text elements alphabetically, and for all others by length.
After sorting a new indexing is assigned.
There is a "Collection 1" variable with the list of the countries:
Sort the entries in descending order (alphabetically), get the index value "0" and display the found city in the dialog box.
Use the"Sort", "Show message" and "Get value by index" actions.
The collection was sorted in descending order, and a dialog box with the country "Russia" was displayed.