If

Evaluates a Condition expression and chooses the next block for execution.

Order of execution:

  • Yes. Block chooses the next block which connected to Yes if the expression is true.

  • No. Block chooses the next block which connected to No if the expression is false.

Environment variable with the name value is not changed.

If Icon

Custom Properties

Condition

Conditional expression.

Property name: expression

Property type: String

Was this page helpful?