Workflow not getting executed
Status: Closed · Asked by Reorganize With Pankhuri on · 0 views
Hi ,
I have just created 12 workflows to give access to my courses by integrating razorpay with teachable.
1 razor pay payment is triggering all these 12 course access.
Out of the 12, only 1 workflow is working and rest are not.
that means student is getting access to just 1 course and not 12.
Please help me with this asap so I can complete this automation.
Regards,
Hey @Pankhuri
We would recommend that rather than making 12 workflows, you can just make one workflow with only one webhook. And then you can use router step for adding 12 different conditions. One Razopray payment, will then trigger the webhook as you want only one payment to assign all 12 courses. All you need to do is add router step after Razorpay trigger, and you need to set up filter conditions such that it passes all the payments.
You can learn about routers here -
Hey @PankhuriWe would recommend that rather than making 12 workflows, you can just make one workflow with only one webhook. And then you can use router step for adding 12 different conditions. One Razopray payment, will then trigger the webhook as you want only one payment to assign all 12 courses. All you need to do is add router step after Razorpay trigger, and you need to set up filter conditions such that it passes all the payments.
You can learn about routers here -
Thank you ! I will definitely check this! n do :)