Skip to main content
Best answer

Test works but "success: false"

  • December 30, 2020
  • 3 replies
  • 354 views

Anyone have an idea why a test Zap would be successful but a) it doesn’t actually work, and b) it says “success: false”? See below. Thanks. 

 

 

Best answer by sudeshBest answer by sudesh

Hey @Willrich45 ,

 

Seems you are trying to find a user, if yes then I think the zap is working fine.

This action ran successfully but the user was not found therefore it returned success false, if it will find the user, it will return success true and some other data as well.

If you want to add further action, you can add Zapier filter in the next step and check the value of success param.

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.

3 replies

sudesh
Forum|alt.badge.img+2
  • Zapier Expert
  • 19 replies
  • Answer
  • December 30, 2020

Hey @Willrich45 ,

 

Seems you are trying to find a user, if yes then I think the zap is working fine.

This action ran successfully but the user was not found therefore it returned success false, if it will find the user, it will return success true and some other data as well.

If you want to add further action, you can add Zapier filter in the next step and check the value of success param.


  • Author
  • Beginner
  • 1 reply
  • December 30, 2020

Thanks for the reply. I’m trying to get it to run when ConvertKit adds a new subscriber via a specific form. I’m thinking I may have to change the result of the trigger because of how the Circle app works. 


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31480 replies
  • December 30, 2020

@Willrich45 As @sudesh mentioned a Filter step in the Zap should do the trick: https://zapier.com/apps/filter/help

Filter logic would be such that the Zap would continue if success=true.