Conditional Node
How to use the Conditional Node within a Journey
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
You can now add the value you want to check within that property to create your condition.

Click Save
, and connect your paths to the next node(s)
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.

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
.

You can now proceed to create the check as with the first one.

Data needs to match both checks in order to be a part of this condition.
Multiple conditions
You are able to create multiple conditions with their own, separate paths by clicking on Add Condition
.

You can now proceed to create the new conditions as with the first one.

You now have 4 paths you can connect to the next nodes: Norwegian
, English
, French
and Else
.

Last updated on August 7, 2025