Hi
I have an automated workflow that is triggered daily and queries the same recipient list. Based on their updated activity they receive one out of three emails. In a scenario where the recipient's activity doesn't change how do I make sure this person doesn't receive the same email as the previous day?
Thanks so much in advance!
Solved! Go to Solution.
Hello @ioaanna
You can add a split activity before the delivery to check if they have already received the same email or not.
The condition in the split will look something like this.
Delivery logs exists such as
deliveryCode = deliveryCode of your delivery
or delivery label - delivery label of your delivery.
Let me know if this make sense.
Hello @ioaanna
You can add a split activity before the delivery to check if they have already received the same email or not.
The condition in the split will look something like this.
Delivery logs exists such as
deliveryCode = deliveryCode of your delivery
or delivery label - delivery label of your delivery.
Let me know if this make sense.
Views
Replies
Total Likes
Views
Likes
Replies