Documentation Index

Fetch the complete documentation index at: https://support.tulip.co/llms.txt

Use this file to discover all available pages before exploring further.

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