Forum Discussion
Audience Path through event properties
- 14 days ago
This is a common question asked here, you can find a lot of solutions. Short answer is there is no step to do so.
- You can configure the event property filters at the Entry Settings. This means you will need a canvas for each flow
- You can create dynamic messages using liquid (if canvas_entry_property = x, elsif canvas_entry_property = y, endif). This means the flow has to be the same for both sets.
- Set up an hourly refreshed SQL Segment Extension and use that in your decision split.
- The last option to create conditional spacergif webhooks that log a message received and using those filters in a canvas step. This does add a few steps to your canvas and more challenging to QA/review.
Thanks guys, I think i will do a canvas for each property because i need different flows for each property.
Thanks for your help!