Skip to main content

Else

Sophie avatar
Written by Sophie
Updated this week

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.


Parameter Values


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.

Did this answer your question?