Skip to main content

Overview

The array-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

array-get-var(<variable>, <index-variable>)

Parameters

ParameterTypeRequiredDescription
variablearrayYesThe array to get element from
index-variablevariableYesThe variable containing the index of the element to retrieve

Examples

array-get-var(<variable>, <index-variable>)