Action group: Collections
Gets the value of the element whose ordinal position number is equal to the specified one.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Collection | Collection for processing | Robin.Collection | Yes | |
Index | The ordinal number of the position from which the value should be retrieved. Numbering starts from 0. | Robin.Numeric | Yes | |
Results | ||||
Value | Variable of type Object containing the value of the element at the specified index. | Robin.Object |
None.
There is a variable “Collection 1” consisting of 10 records with the names of different cities. It is necessary to extract the value from position No. 5 and display it in a dialog box.
Use the actions "Get value by index", "Show message".
Create an “object” variable where the value you are looking for will be written.
Move the “Get value by index” action to the workspace and set its parameters.
Move the “Show message” action to the workspace and set its parameters.
The program robot completed successfully. The dialog box displays the value you are looking for at index 5.