Hi @mvs
Thank you for posting your question in the community! If I am understanding the goals of the flow correctly, the conditional split you are inquiring about is merely meant to split users based on which trial they are currently in, which is defined as a data point within the custom event that is triggering the user into flow.
A couple of ideas for you to explore. While this might not be ideal, you could set up two different flows, one for each trial type. The benefits of this will allow you clear control over when users are receiving different messages based on their trial, but also, give you unique data per message, to further optimize the flow based on the trial type. If you went this route, on the trigger for the flow, you’d add a Trigger Filter where you’d set the trial type as the condition to only allow users for the 14-day to enter one flow, and set up a second flow where the trigger filter will only allow users for the 90-day to enter.
Alternatively, if you prefer to keep everything within one flow, rather than user a conditional split, you’d use a trigger split. I cannot say for sure how to configure the trigger split given you are using a custom event, but I believe this will give you the criteria you are looking for to split users into their two different tracks.
Lastly, if anything else, if you do use the conditional split, I would simply set the timing of your conditional split to be based on the duration the user has been in the flow when they reach that step. In the example you posted, there is a 7-day wait after they receive the first message and before they receive the second message. So, you’d want to set conditional split to:
What someone has done: Trial Activation
Where: trial_duration
Equals: P14D
At least once
In the last 7-8 days
I hope this helps! Please let us know if you have any other questions.
@In the Inbox
Alternatively, if you prefer to keep everything within one flow, rather than user a conditional split, you’d use a trigger split. I cannot say for sure how to configure the trigger split given you are using a custom event, but I believe this will give you the criteria you are looking for to split users into their two different tracks.
Hey @In the Inbox I was wondering about this. Does trigger split mean it will split users based off the original trigger? Because that sounds exactly like what I want.