• 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.

Action after a router??

Status
Not open for further replies.
Might be a noobish question, but I see that a Router action is disconnected from anything after it. Does this mean that it is THE last node, and everything afterwards should reside inside it? What if I want a router for a simple conditional split, then I have a series of long actions afterwards that should hapen either way, should I repeat them inside the router in all routes?
 

Fagun Shah

Well-known member
Yes, Router is always the Last Node and you can't add any step after that.

But there options for you to achieve what you want,

1. If it is a single condition use Filter instead of Router which will allow you to add steps after filter.

2. In Router all the Routes with TRUE condition will get executed. So you can make last router in way where condition is always TRUE so it will always get executed with all the steps you need.

3. Setup siilar steps in all routes as you suggested.(by the way you can clone routes to save time)

4. Ssend data to another workflow using API module and execute remaining steps there, this way you will not have to make clone of routes.
 
Yes, Router is always the Last Node and you can't add any step after that.

But there options for you to achieve what you want,

1. If it is a single condition use Filter instead of Router which will allow you to add steps after filter.

2. In Router all the Routes with TRUE condition will get executed. So you can make last router in way where condition is always TRUE so it will always get executed with all the steps you need.

3. Setup siilar steps in all routes as you suggested.(by the way you can clone routes to save time)

4. Ssend data to another workflow using API module and execute remaining steps there, this way you will not have to make clone of routes.
That's interesting. Thanks @Fagun Shah

How would I call another workflow using API? Should it trigger a Webhook? If so, how would I pass all the input data?
Edit: Just found it. Thanks
 
Last edited:
Status
Not open for further replies.
Top