ARRAY_VALUE_AT_INDEX()

Prev Next

Description

Returns the value at the given index in the given list. If the index is out of bounds, returns null.

Available In

  • Apps
  • Automations

Syntax

ARRAY_VALUE_AT_INDEX(list: List, index: Integer)

Example

ARRAY_VALUE_AT_INDEX([1,2,3], 0) = 1