Hey everyone,
I’ve developed a CRM platform and integrated it with Zapier. I built a simple app with a trigger called "Add Contact into CRM." Right now, I’m using a Google Form as the action. When someone submits the form, Zapier sends the data to our CRM, and we successfully receive and save it in our database.
However, there’s an issue. After Zapier sends the data to us, it also gets an error back from our system saying, "This email is already associated with another contact." This error occurs because our system doesn't allow the same email to be saved twice. It seems like Zapier is triggering the function twice, so the first request is processed and saved correctly, but the second one is denied due to the duplicate email, and that’s what’s causing the error.
Has anyone else run into this, or do you have any ideas on how to stop the trigger from firing twice?
Thanks in advance for any help!