You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/journeys/v2/event-triggered-journeys-steps.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,10 +177,13 @@ Data split branches can evaluate conditions based on event properties stored in
177
177
When you configure a branch with journey context conditions:
178
178
179
179
1. Select the event object from journey context.
180
-
- The triggering event is always available, and any events from Hold until steps on the current path also show up.
180
+
- The triggering event is always available. Any events captured in Hold until steps on the current path also appear, along with other data added to journey context by steps in the current path.
181
181
2. Choose the specific property from that event.
182
182
3. Define the condition and value.
183
183
184
+

185
+
186
+
184
187
Segment shows only event context available on the journey path leading to the Data split step. If an event was captured in a Hold until step on a different branch, it won't appear as an option for conditions on the current branch.
185
188
186
189
You can combine journey context conditions with trait-based and audience-based conditions in the same branch. Segment evaluates all conditions using `AND` logic, so the journey instance must satisfy every condition to follow that branch.
@@ -458,6 +461,8 @@ Path joins work well when:
458
461
459
462
### Create a path join
460
463
464
+
You can only create a path join from the last step in a branch. The **Connect path to existing step** option appears only when you click the last **+** icon at the end of a branch path.
465
+
461
466
To create a path join:
462
467
463
468
1. Go to the last step in the branch you want to connect.
@@ -466,7 +471,7 @@ To create a path join:
466
471
4. Choose a step from another branch to connect to. Segment only shows the available steps you can connect to.
467
472
5. The connection appears as a line on the canvas, showing the path join between branches.
468
473
469
-

474
+

470
475
471
476
You can only connect to child steps (steps that come after the split), not parent steps or steps earlier in the journey. Each branch endpoint supports one path join connection.
0 commit comments