The Conditional Node allows you to create different paths for the incoming data depending on the set conditions.

To configure the Conditional Node, drag and drop the Conditional Node to the Canvas and connect it to the previous node (usually the Trigger Node).

Within the Conditional Node, you will now be able to set your condition logic and creating different paths for your data.

Single Condition

Click on Add Condition to create your condition.

You can rename your condition by clicking on the pen icon next to the default name (Primary Condition). The name will be visible on the canvas, so renaming it makes it easier to see the logic at a glance without opening the node settings.

You’re able to use any of your created Properties as the Field.

You can choose between the following operators:

Equals

Not Equals

Greater Than

Greater or Equal

Less Than

Less or Equal

Fill out the value field you want to check within that property to create your condition.

Click Save, and connect your paths to the next node(s)

<aside>

Value is case sensitive, so make sure to use the exact value.

You will always get an additional Else - path for data that does not match a condition.

If Else - path is not connected to any further node, all data not matching the condition will fail the Journey.

</aside>

Condition with multiple checks

You’re also able to add multiple checks within one condition, define the condition further. To create multiple checks, click on Add check.