Condition

The Condition activity represents a decision. The flow takes the True or False path depending on whether the condition is met. 

The following sections enable you to configure the Condition parameters and outputs:

General Settings

Parameter

Description

Activity Label

Enter a name for the activity.

Activity Description

(Optional) Enter a description for the activity.

Expression

Wrap each expression as follows: {{Enter Expression}}.

Example: {{HTTPRequest1.httpStatusCode == 200}}

If you use an expression without braces, the system throws a Flow Error.

Expression

Condition

Description

Condition

Choose the Condition from the drop‐down list:  

  • < (less than)

  • != (not equal)

  • > (greater than)

  • == (equal to)

  • >= (greater than or equal to)

  • <= (less than or equal to)

  • * (multiplied by)

  • / (divided by)

  • + (add)

  • ‐ (subtract)