Find first match by formula
Finds the first element in a list that meets a given formula condition.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
list | The list of numbers to search. | List | true | |
condition | The condition to match, e.g., 'x > 2'. | Text | true | |
listObjectAttribute | The attribute in the list you want to filter by. | Text | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The first element in the list that meets the condition. | STRING | RESULT |