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

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

Router - order of execution

bandelero

Member
Hey amazing Pabbly team,

I have a few questions about the Router order of execution:

(1) Is the execution of Router branches sequential or parallel?
(2) if Sequential, in what sequence does the Router execute branches? Top to bottom?

Cheers,

Evgeny
 

RoCrow

Active member
Hello @bandelero it executes parallel approach.
Could we have a setting to change a Router's operation to Serial if we choose?

Thus, data would flow down the Router Routes in order, starting at the first, whereby if the initial Filter in a Route returns False, it would move on to the next Route, but as soon as the Filter returned True, it would continue down that Route until the end of the Action steps and then stop the workflow (regardless of any more Routes further down the Router list.
 
Top