So, I am triggering a few custom events which contains a few properties as below
appointment_booked (appt_time, appt_location, app_details, appt_virtual)
all strings except for appt_virtual which is boolean
- In canvas config, I am segmenting users which has received the appt_virtual event more than 0 times
- I have a action path activity with x2 actions (performed custom event appt_virtual where appt_virtual is true) and the other action where is false.
all users are going to the "everything else" path? why ? and decision split or audience path doesnt allow me to filter based on the custom event properties, whats going on? why such limitation. whats the correct way to configure it?