Router Limitations?
Status: Open · Asked by DarronW on · 0 views
Hello,
I am working on a huge project that requires more than 132 routes ..Would pabbly be able to accommodate that many routes or are there limitations?
Hello @DarronW
There is no limitation on adding multiple routes in Pabbly Connect. However, using multiple nested routers and iterators can sometimes lead to unexpected results due to increased complexity in the workflow structure. It's important to plan the workflow carefully to avoid errors and ensure smooth execution.
Hello @DarronWThere is no limitation on adding multiple routes in Pabbly Connect. However, using multiple nested routers and iterators can sometimes lead to unexpected results due to increased complexity in the workflow structure. It's important to plan the workflow carefully to avoid errors and ensure smooth execution.
Thanks can you give me a quick example of nested routers?
Hello @DarronW
Please refer to the attached screenshot to learn about nested routers and nested iterators.

Hello,
What would be the best method if:
- provided I have , 132 different options per county(6);
- the 132 options are unique; based on the user's response gathered from the email parser
- will only generate only result ( conditional logic) - perfect
I am currently using 396 - routers because 2 of the counties share information.
Would there be an easier way to route the information, as i have made it as lean as I could?
Currently, you have 6 routes in this workflow. Could you please share the Workflow URL where you have 396 routes?
I am currently in process of of building starting from those 6
I am currently in process of of building starting from those 6
the entire process will occupy at least 400 router respectively
Yes, you can do that. It should work without any issues. Just make sure that all the routes have unique filter conditions; otherwise, there may be instances where two routes are executed by satisfying the same filter conditions.
Can pabbly form builder send emails using logic based on user response as seen below?
Hello @DarronW
Yes, this is possible! You can set up a workflow in Pabbly Connect using Pabbly Form Builder responses, similar to the process shown in this tutorial -
youtube.com/watch v=CQJIH56OwPc
.To set the webhook in Pabbly Form Builder refer to this tutorial -
youtube.com/watch v=x5Wny0gNlGU
Using routes/filters, you can trigger different emails based on user inputs.