---
title: "ARRAYCONTAINS()"
slug: "arraycontains"
updated: 2025-10-14T16:28:22Z
published: 2025-11-19T15:55:50Z
canonical: "support.tulip.co/arraycontains"
---

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

# ARRAYCONTAINS()

## Description

Returns true if the given value is in the given list, false otherwise

## Available In

- **Apps**
- **Automations**

## Syntax

ARRAYCONTAINS(list: List, v: Integer, Number, Text or Boolean)

## Example

ARRAYCONTAINS([1,2,3], 1) = true
