Hi,
Right now the system action 'ListAny' does not add extra benefits since you could also use ListFilter and check whether the list is empty, or use ListIndex and check if the returned index is -1.
ListAny already returns a boolean, so why not implement it like an if-statement? With inputs List and Condition
The current situation:

In my opinion, the if-statement should not be necessary. It increases the amount of nodes and development time, and decreases readability.
My idea:
