Skip to Content
DocsOperationsIfThenElse

IfThenElse

IfThenElse operation implements if-then-else control statement supported by many programming languages. IfThenElse operation has only one parameter Title that is used to name/comment the IfThenElse operation. It contains two inline scenarios: If and Else. To set if-condition click on the Catch tree node and enter values for the two fields under the IF section. As the = sign between the two fields indicate, it can only be equality comparison. It is not a limitation though as you can use template literal in the fields and thus achieve almost any designed result. If the condition is true, the If inline scenario is executed. Otherwise the Else inline scenario is executed. You can drag-and-drop operations inside the inline scenarios and from/to outside them.

Last updated on