Overview
Thearray-get transformation retrieves an element from an array by its index.
Syntax
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
variable | array | Yes | - | The array to get element from |
index | number | No | 0 | The index of the element to retrieve |