Ask AI
Skip to main content

Find first match by formula

Finds the first element in a list that meets a given formula condition.

Input parameters

NameDescriptionTypeRequiredDefault value
listThe list of numbers to search.Listtrue
conditionThe condition to match, e.g., 'x > 2'.Texttrue
listObjectAttributeThe attribute in the list you want to filter by.Textfalse

Output

NameDescriptionTypeDefault value
resultThe first element in the list that meets the condition.STRINGRESULT