SOME
Description
Simple Examples
SOME([true, true, false])Example with properties
SOME(
get_properties(
instances(Person), 'is_onboarded'
)
)How to check of other things than true
SOME(MAP(['high', 'high', 'medium'], CURRENT = 'high'))Last updated
Was this helpful?
