New in Formulas 2.0
The filter()
function will return a new list of the items in the original list that match the condition.
filter(list, condition)
list.filter(condition)
Code language: JavaScript (javascript)
Example Formulas
Code language: JavaScript (javascript)