Duplicate workflow not triggering

Status: Closed · Asked by Jeff-Blackout on · 0 views

Jeff-Blackout — Question ·

I have two workflows that should trigger events from a new charge from Stripe

Workflow 1 gets filtered if below $X.

Workflow 2 gets filtered if above $X.

Only workflow 2 is working although both are active. Is there a way to diagnose where this is going wrong? All I did to create workflow 2 was duplicate it and change the filter.

Fagun Shah — Reply ·

You need to setup both workflow webhook URL's in stripe. Only then stripe will send data to both the workflows.

Else you can setup Data Forwarder or API step to capture data in workflow 1 and forward it to workflow 2 before the filter step. But that will be little technical.

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
Jeff-Blackout — Reply ·

Aha. Thank you. That makes sense.

sunny_fst — Reply ·
You need to setup both workflow webhook URL's in stripe. Only then stripe will send data to both the workflows.

Else you can setup Data Forwarder or API step to capture data in workflow 1 and forward it to workflow 2 before the filter step. But that will be little technical.


Hello there, I am having some issue while authenticate the user. I need to authenticate user while clicking on connect in workflow. Can you please help me out?
Q1. Can authenticate be done by the App's API like zapier is doing ?
Q2. Is there any way to prevent user to access work flow step 2 if user is not authenticated successfully?
sunny_fst — Reply ·

Hello there, I am having some issue while authenticate the user. I need to authenticate user while clicking on connect in workflow. Can you please help me out?
Q1. Can authenticate be done by the our personal App's API like zapier is doing ?
Q2. Is there any way to prevent user to access work flow step 2 if user is not authenticated successfully?

Pabblymember11 — Reply ·

Hey @sunny_fst

Kindly accept my apology for the late reply.

Q1. Can authenticate be done by the our personal App's API like zapier is doing ?

Could you please tell me which application you are referring to here?

Q2. Is there any way to prevent user to access work flow step 2 if user is not authenticated successfully?

Are you telling that the action step should not be processed after the unauthorized applications action step?

Back to all forum threads · Log in to reply