Summary
This block is very similar to the If block but it allows you to combine conditions with the "and" and "or" operators
Implementation
-
Drag and drop the block from the palette
-
Link the "execute" action from the "executed" topic of the previous block
-
Link the topic "isTrue" to forward block(s) to continue the execution if the condition is valid
-
Link the topic "isFalse" to forward block(s) to continue the execution if the condition is not valid
Properties
-
Conditions: Using the + symbols, you can add "or" and "and" conditions
Behavior: DO & UNDO
-
Condition is valid: only the flow linked from the "isTrue" topic will be executed
-
Condition is not valid: only the flow linked from the "isFalse" topic will be executed