Skip to main content

I would like to send out nofications to users based on an attribute but I don’t want the same user to get two nofications. Is the user only getting one nofication, the first one in line from left? Just wanna make sure.

 

Hi @Stina

 

Based on your workflow on the multi-split branch, you’re absolutely right that the conditions are evaluated from left to right. As soon as they match a condition, they will flow down that particular path (and not be checked against the remaining conditions of the path). 

 

So, if each path leads to one message, even though someone might have an attribute that might match more than 1 of the conditions, they would not receive more than 1 message, as they would flow down that path vertically. 

 

Hopefully, this helps to clarify! :)

​Best,

​Penny


Yes, thank you!


Reply