Overview
Thearray-get-var transformation retrieves an element from an array using an index provided as a variable. This is similar to Array Get, but the index comes from a variable instead of a static option.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | array | Yes | The array to get element from |
index-variable | variable | Yes | The variable containing the index of the element to retrieve |