Skip to content

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 Bool All False

Check whether all bool values are false.

Check Bool All True

Check whether all bool values are true.

Check Bool Any False

Check whether any bool value is false.

Check Bool Any True

Check whether any bool value is true.

List Collections

Check List Contains

Check whether a list contains a target item.

Check List Contains All

Check whether a list contains all required items.

Check List Contains Any

Check whether a list contains at least one required item.

Check List Contains Only

Check whether a list contains only the allowed items.

Check List Is Empty

Check whether a list has no items.