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

Returns true if the given value is in the given list, false otherwise
ARRAYCONTAINS(list: List, v: Integer, Number, Text or Boolean)
ARRAYCONTAINS([1,2,3], 1) = true