Skip to main content
Best answer

Condition with variable

  • December 20, 2020
  • 2 replies
  • 360 views

Hi,

 

is it possible to use the paths for advanced conditions?
Say if somebody submits a google forms form, I need to submit a REST request to my own service to see if an user with the email (which was submitted via one of the form fields) exists. IF he exists, run path A and submit another request, if not, run path B with another action,.

 

I’ve tried to use conditions, but there’s no way to compare a value from the first action with the response from the action2

 

Best answer by AndrewJDavison_LuhhuBest answer by AndrewJDavison_Luhhu

Hi @DanielF 

Yep, this should definitely be possible. You’d add the webhook->GET request immediately before the path.

You’d then be able to construct the path A/B filters off what gets returned by the webhook step.

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
  • 30897 replies
  • December 21, 2020

AndrewJDavison_Luhhu
Forum|alt.badge.img+10

Hi @DanielF 

Yep, this should definitely be possible. You’d add the webhook->GET request immediately before the path.

You’d then be able to construct the path A/B filters off what gets returned by the webhook step.