website logo
Navigate through spaces
Carrot reference
⌘K
Carrot reference
Getting started with Carrot
Premade Carrot filters
Operator precedence
Expression truthiness
Carrot fields
Basic Org Information
Compensation
Job Changes
Permissions
Personal
Recruiting
Structure
Time off
Data types
Elements of Carrot expressions
Functions
Operators
Keywords
Aggregators
Docs powered by archbee 
website logo

List

A Carrot datatype used by fields that represent a list of other items. List fields can be indexed by numeric position.

The List datatype is supported in Custom Fields. Custom fields that are of type List are Multiple Select, Numeric Scale, and Smart Bucket.

Properties

The List datatype supports the following properties:

Property

DefinitionI

listField.length

Returns the number of items in the list.

listField.first

Returns the first item in the list.

listField.last

Returns the second item in the list.

listField.reversed

Returns the list in reverse order.

Updated 01 Feb 2023
Did this page help you?
Yes
No
UP NEXT
Money
Docs powered by archbee