---
title: "ARRAY_VALUE_AT_INDEX()"
slug: "array-value-at-index"
updated: 2025-10-14T16:28:22Z
published: 2025-11-19T15:55:50Z
canonical: "support.tulip.co/array-value-at-index"
---

> ## 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()

## 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
