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.

