New in Formulas 2.0
The some()
function will return true is any of items in a list match the condition.
some(list, condition)
list.some(condition)
Code language: JavaScript (javascript)
New in Formulas 2.0
The some()
function will return true is any of items in a list match the condition.
some(list, condition)
list.some(condition)
Code language: JavaScript (javascript)