Get an item from a data list.
Get a data item from a list by the index of this object within the list.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
List | The list of data items to get one item from. | List | false | |
Index | The index of the data item to get. | Number | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable in which to store the data item. | DATA | RESULT |