Skip to main content
Best answer

How to stop a Zap if Google Drive upload fails?

  • February 28, 2022
  • 2 replies
  • 37 views

Forum|alt.badge.img+1

I have a zap creating an image collection in Bannerbear and then uploading the files to google drive. After doing that, it’s updating a record in Airtable.

If the Google Drive uploads fail for any reason, I don’t want it to update Airtable, but currently that’s what’s happening, and I’m not seeing an option to stop the run if there’s a failure in the Google Drive upload step.

Does anybody have any experience with this? I’m finding it kind of comical since most people usually have the opposite problem of wanting their zap to continue after a failure, and I want mine to stop.

Best answer by Troy Tessalone

Hi @Alyssa_B 

Try adding a Filter step to the Zap: https://zapier.com/apps/filter/help

Check if the GDrive step returned an ID for the File. (exists)

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31340 replies
  • Answer
  • February 28, 2022

Hi @Alyssa_B 

Try adding a Filter step to the Zap: https://zapier.com/apps/filter/help

Check if the GDrive step returned an ID for the File. (exists)


Forum|alt.badge.img+1
  • Author
  • Beginner
  • 10 replies
  • February 28, 2022

Great idea! Was considering a filter but wasn’t sure which fields would work for that bool. Appreciate it!