Skip to main content

Condition Block

The Condition Block allows us to execute a sequence of blocks if the set Condition is evaluated to true.


ConditionThe condition type to be evaluated. Currently the avaible conditions are:
  • HasItemCondition
  • VariableCondition
For more informations about Conditions implementation, please check the Conditions documentation.
SequenceThe sequence of blocks to be executed if the condition is evaluated to true. The first one can be added with the Add EventBlock button.