ARRAY_VALUE_AT_INDEX()

Prev Next
This content is currently unavailable in Русский. You are viewing the default (English) version.

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