0. Index counting starts at 1.
The <function> parameter must be included.
Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<function> | A Lambda function used to check elements in the array | Any Lambda function |
<array> | The array evaluated by the function | Any array |
Return Type
ARRAY of the same type as the input array
Example
The following example returns the first value in thelevels array that is greater than 2:
3