Skip to main content

Overview

The array-get transformation retrieves an element from an array by its index.

Syntax

array-get(<variable>, index=0)

Parameters

ParameterTypeRequiredDefaultDescription
variablearrayYes-The array to get element from
indexnumberNo0The index of the element to retrieve

Examples

array-get(<variable>, index=0)
array-get(<variable>, 2)