🔀Condition Node

Below is a guide for creating and using a condition node.

1. Creating a new node

  • Click the Add new node button in the top-right corner to begin defining a new workflow element.

  • From the dropdown, select Condition node.

  • The node will be pre populated with an ELSE condition for you. We will shed more light on this further in this guide.

  • Drag the node to any location on the canvas—its position will be saved automatically.

Workflow canvas with a empty condition node

2. Configuring Condition Node

To configure your condition node follow these steps:

  1. Click Add new condition to launch the Condition Configuration wizard.

  2. You’ll see three inputs to define your rule:

    1. Field – Select which variable you want to evaluate from the dropdown of your defined variables.

    2. Operator – Choose one comparison operator (==, ===, !==, >, <, >=, <=) from the list.

    3. Value – Pick a type:

      1. true, false, null, undefined

      2. empty (checks for [] or {})

      3. Custom (enter any string in the input that appears below after you select this type)

    4. Click Add a condition (bottom-left) to insert a nested rule, then select AND or OR to chain multiple criteria.

    5. When you’re satisfied, click Save to apply your condition(s).

    6. After the modal closes, verify the node’s summary view to ensure your conditions are displayed clearly.

NOTE: For now, you cannot use the data shared from previous node. However, this will be in future releases.

Condition Wizard showing how to add multiple conditions

Last updated

Was this helpful?