Skip to main content

Some

Check if some items in a list satisfy a condition

Written by Holly Conrad Smith

Use this when you want to check if at least one item in a list meets a condition within a flow, for example detecting whether any feature exceeds a height limit.

Inputs:

List (any[ ... ]): The list to check.

Outputs:

Result (boolean): Whether any item satisfies the condition.

Did this answer your question?