FIRST
Use the FIRST function to return the first item (position 1) from an Array
.
Use
FIRST( array )
Returns the first item from an array.
Parameter | Required | Description |
---|---|---|
array | Yes | any array to return the first item from |
Returns | An item from the array matching the type of array |
Example
This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.