Skip to main content

Every

Check if every item in a list satisfies a condition.

Written by Holly Conrad Smith

Use this when you want to confirm that all items in a list meet a condition within a flow, for example validating that every lot exceeds a minimum area.

Inputs:

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

Outputs:

Result (boolean): Whether all items satisfy the condition.

Did this answer your question?