Collection
Collection logic actions test groups of values and route your FSM based on the result.
These actions can send True Event and False Event, and can also store the result in a bool using Store Result.
Bool Collections
Check whether all bool values are false.
Check whether all bool values are true.
Check whether any bool value is false.
Check whether any bool value is true.
List Collections
Check whether a list contains a target item.
Check whether a list contains all required items.
Check whether a list contains at least one required item.
Check whether a list contains only the allowed items.
Check whether a list has no items.