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.

