Get array element by index
Returns an element from an array of values by position. 0 = first, -1 = last. Works with outputs of other robots.
Returns an element from an array of values by position. 0 = first, -1 = last. Works with outputs of other robots.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Array of values | string | yes | |
| Index (0 = first, -1 = last, -2 = second to last…) | int | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Array element | string |
| Element exists (Y/N) | string |