Expand my Community achievements bar.

Exclude recipients who already recieved an email (send previously to others)

Avatar

Level 5

I have a target of 300K recipients. The email has been already sent to 100K. I need to stop it and send a new delivery, same recurring delivery, to the 200K left.

Stopped it because waves where wrongly configured. So I'm stopping it and creating a new delivery, from parent recurring delivery.

How to do it?

Delivery code is: R_018173_0000_0_0001

2 Replies

Avatar

Community Advisor

Hi @ogonzalesdiaz ,

Before delivery activity place a split activity and give the following expression condition in it,

 

Recipient Delivery logs (broadLogRcp) exists such as

Delivery code equals to xxxxxx

AND

status equal to Sent

 

And connect this output transition to End activity. So that recipients who received the email with the delivery code won't be targeted again 

Avatar

Level 5

Hi @ParthaSarathy , I have configured the split to have Filter dimension: Recipient delivery log. 

ogonzalesdiaz_0-1727110332244.png

Then in the Filtering condition I have:

ogonzalesdiaz_1-1727110405584.png


But I'm getting error:

09/23/2024 11:44:45 AM XTK-170036 Unable to parse expression 'broadLog'.
09/23/2024 11:44:45 AM Element 'broadLog' unknown (see definition of schema 'Recipient delivery logs (nms:broadLogRcp)').
09/23/2024 11:44:45 AM Executing extraction 'Recibió previamente' (step 'Split')

 

ogonzalesdiaz_0-1727110517359.png