Skip to main content
Skip table of contents

IfMultiple

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
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.