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/personas/journeys/build-journey.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ Define the number of branches you want to create, then add a **Wait for conditio
54
54
> info ""
55
55
> Journeys doesn't enforce mutual exclusivity in branch conditions. For more information about ensuring branch exclusivity, see [Best Practices](#).
56
56
57
+
**Connect to existing step** joins two separate branches. Use this step to target multiple groups with one step.
58
+
57
59
**Send to Destinations** delivers information about the Journey to the selected Destination. For more information, see [Send data to Destinations](/docs/personas/journeys/send-data)
58
60
59
61
## Cloning a Journey
@@ -130,6 +132,24 @@ Follow these steps to resume entry to a paused Journey:
130
132
3. From the dropdown menu, select **Resume Entry**.
131
133
4. A modal window appears. Select **Resume Entry** again to confirm.
132
134
135
+
## Connecting to Existing Steps
136
+
137
+
You can merge split Journey branches by using the **Connect to existing steps** option. Connecting to existing steps lets you apply a single step to more than one group. For example, you may want to target some Journey group members with email campaigns while targeting others with ad campaigns. Instead of duplicating steps, you can connect these steps to steps that already exist.
138
+
139
+
Keep the following in mind when connecting to existing steps:
140
+
141
+
- You can only connect the end of a branch to another branch.
142
+
- You cannot link back or loop back to previous steps.
143
+
- If you connect multiple non-exclusive branches, the user will only be sent to a Destination the first time they reach it.
144
+
145
+
Follow the instructions below to connect branches to an existing step:
146
+
147
+
1. Within an existing Journey, click the **Edit** button.
148
+
2. Click the **+** icon below an existing step to add a new step.
149
+
3. From the **Select a Step** window, select **Connect to existing step**.
150
+
4. Choose the existing step you want to connect.
151
+
5. Click **Save** to confirm.
152
+
133
153
### Drafting a Journey
134
154
135
155
When you’ve finished creating your Journey, click **Save as Draft** in the bottom-right corner.
0 commit comments