Skip to main content

Hello,

 

I’m attempting to create a zap that will archive contacts from three different mailchimp audiences when a checkbox field in the salesforce contact object is selected. I’ve done this by creating a path from the initial step of “updated field on record” that branches into three actions, one for each audience. However, a given contact may or may not be subscribed to each of the three audiences. Therefore, I get an error message if the zap tries to archive a contact that was not in that audience to begin with. Is there a way to have it ignore the zap/action to archive the contact if the contact isn’t found in the audience?

Hi and welcome to the Community, ​@Redmunds! 😁

Perhaps you use a Find a Subscriber search action inside each path to see if they are in those specific audiences:

3586bd56e49fffb6b928a2c50a31502a.png

Then you could have a Filter in each path to check whether a contact was found, before attempting to archive it. That should prevent the Archive Subscriber action in a path from continuing if a contact wasn’t found in that audience. 

Do you think that approach could work for your needs here?