Skip to main content
Question

Error Handlers + "Should this step be considered a success"

  • August 28, 2024
  • 3 replies
  • 111 views

Steps like tables and spreadsheets have this option in configuration:

“Should this step be considered a success if no search results are found?”

 

If you’re using an error handler, should you say “yes” or “no”?

My instinct would be that if nothing is found, it is considered an error and it would follow the error pathway… but I’m not 100% certain. 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • August 28, 2024

Hi @Hugaluga 

Try using Paths instead of an Error Handler.

https://help.zapier.com/hc/en-us/articles/8496288555917


  • Author
  • Beginner
  • August 29, 2024

I can do that.

I guess I’m just curious what qualifies as an error. Does a failed table lookup qualify as an error in this system? If so an error handler seems like the appropriate tool.


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • August 29, 2024

@Hugaluga 

“Should this step be considered a success if no search results are found?” = YES

Zap step will continue if no results are found.

So, use Paths.

 

“Should this step be considered a success if no search results are found?” = NO

Zap step will result in an error.

So, use Error Handler.