Learn to use the multi decision node to branch your automated programs to multiple outcomes.
Overview
The multi decision node allows you to add a more complex question to your automated programs than the simple two-way (yes/no) decision node. In short, it lets you branch your programs into multiple outcomes.
You can set a maximum of ten outcomes to one multi decision node β that's nine questions and one final default route (the route your contacts follow if they donβt meet any conditions of previously defined routes).
Limitations
You can have a maximum of 20 decisions in one program. Every route of a multi decision node counts as one decision.
Before you start
You must be building a program in the program builder.
To learn about programs, check out Getting started with the program builder.
Using the multi decision node
To use the multi decision node in your programs:
Step 1: Drag the multi decision node into your program.
- Find the multi decision node in the list of Program nodes, under the heading Decisions.
- Drag the multi decision node onto your program.
Step 2: Set up the default route.
This is the route taken when no other route criteria are met.
- Create a program node for the destination of your default route. If you already have one, you're ready to move on.
- Select the default route crosshair and drag it to its correct destination.
Step 3: Create conditions for your routes (decisions).
- Before you start, plan and create destination nodes for all your possible routes.
- Select the lower half of the multi decision node on your program canvas. This opens the multi decision side panel.
- Under the heading Routes, select Select condition and create the condition for your first route. Repeat this to create additional routes. You can have a maximum of nine condition-based routes.
You can set conditions by these criteria:
- Contact has opened a campaign
- Contact has clicked a link in a campaign
- Contact has been sent a campaign
- Contact data field rule
- Present in the selected segment
- Contact is opted into the selected preference
- Drag the condition lines to their destination nodes.