Switch
Evaluates a Condition expression and chooses the next block for execution.
If the condition expression result matches one of the values found in the Cases table, workflow execution will be redirected to the block connected with this case. If no matching cases are found, workflow execution is redirected to the block connected to the Default case.
Environment variable with the name value
is not changed.
Switch Icon

Custom Properties
Condition
Conditional expression.
Property name: expression
Property type: String
Cases
A table containing descriptions and values of possible non-default Condition results. Each case will be used as possible workflow way redirection.
Property name: expression
Property type: String
Was this page helpful?