Will a looping zap completely stop if a single instance fails?
I’m creating a zap where I want to check that my CRM records exist in my Email Marketing database. This is a simplified version of what I’m doing:
- Find all records in CRM
- Create loop from line-items on CRM emails
- Find record in Email Marketing database where email matches the line-item email
- If nothing is found, it is considered a success
- Create record in Email Marketing database with the missing email
What I would like to see is that if an instance in the loop fails (meaning that the email does exist in the Email Marketing database), then a record is not created, and the zap continues with the next instance, creating records if an email is not found in the database.