• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

add steps after route

SalM

Member
Seems like Route is always the last step. What's your approach if I need to do another step after route is completed.

Example:

Step1
Route A
Route B

Step2
Call only after completing Step1
 

SalM

Member
either case:

Case 1:
* if both routes in step1 are met and only when all are completed, it will go to step2.
case2:
* if route 1 or route 2 is met and only when completed ( if condition goes to route 1, else goes to Route 2) , if any of this is completed go to Step 2.
 

ArshilAhmad

Moderator
Staff member
either case:

Case 1:
* if both routes in step1 are met and only when all are completed, it will go to step2.
Currently, it is not possible to execute a single call after both route conditions are met. If you have a workflow where you expect both conditions of both routes to be fulfilled, we suggest using filters in a sequence instead of routes. For example, if the first condition is met, execute a step; then, if the second condition is met, execute the second step, and finally, make the call.
1737070652217.png


We are in the process of updating our user interface, so you will soon be able to add steps after a Router.

case2:
* if route 1 or route 2 is met and only when completed ( if condition goes to route 1, else goes to Route 2) , if any of this is completed go to Step 2.
For this use case, you can add the call as the final step in both routes.
 

SalM

Member
hi,
if condition of route 2 fails, it does not go to last step . right? I thought i recall it does stop if it does satisfy the filter?

thanks!
 

Preeti Paryani

Well-known member
Staff member
Hello @SalM,

You’re absolutely correct! If the condition of the second filter is not met, the workflow will not proceed any further.
 

Preeti Paryani

Well-known member
Staff member
Hello @SalM,

Could you please elaborate on the exact use case you're trying to achieve so we can suggest a workaround accordingly?
 

SalM

Member
Ideally i would like the next action after completion of all steps within the route.
in thie case, if route 2 is not satsifed, I would hope it will still go last step.


1737218663176.png
 

ArshilAhmad

Moderator
Staff member
You can add a third route to your workflow, set the filter condition in this router to ensure it is satisfied regardless of the data it receives (it executes every time), and add the call step to this route. This will ensure that the call is made even if the condition in Route 2 is not satisfied.
 
Top