A Wait for Trigger element uses OR logic if you add multiple events to it. This means the workflow moves forward as soon as any one of those events happens. The system stops looking for the other events once the first one occurs.
To check for two separate events independently over a set time—for example, two days—you need to use a Segment element after the wait period ends.
- Put a Wait for Trigger element in your workflow and set it to watch for Event A. Set the timeout for your required time limit.
- Users who do Event A go down the Triggered path.
- On the Not Triggered path, add a Segment element.
- Set the Segment filter to look for users who did Event B during that same time window.
This setup sorts people into three groups: those who did Event A, those who did Event B instead, and those who did neither.
Comments
0 comments
Please sign in to leave a comment.