Definition and Usage
The Else command is used in an if command and decides what to do if the previous command is false.
Note: An End If command must be used with an If command.
Set Parameters
Example
This workflow will check if the first operand (10) is greater than the second operand (5), if the condition is true, then print an information log (correct), or else, it will print another information log (wrong), then the flow will end.