I have Apps Script code in a Google Sheet that creates and sends an email. I have a Zap triggered by a new Jotform submission that adds form data to the Google Sheet and then ultimately uses a POST in Webhooks by Zapier step to run the Apps Script create/send email job.
Everything works as planned. The email sends successfully and is the last step of the Zap. However, every time the Zap runs I get the following error:
I’d rather have this false negative than an actual error, but we track error notifs, and I’m worried all of this noise will result in us missing real errors. Can anyone help?