Forum Discussion
Audience Path through event properties
- 12 months agoThis 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.
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. 
Related Content
- 7 months ago
- 8 months ago