Skip to main content
[Command] End If
Sophie avatar
Written by Sophie
Updated over a week ago

Definition and Usage

The End If command is used for marking the end of or to terminate an if command.

Note: An End If command must be used with an If command.


Example

In the above workflow, the End If command is used to mark the end of the if statement. If the operand (10) is greater than the second operand (5), the Print to log command will be executed and the "correct" message will be printed, otherwise not.

Did this answer your question?