Router Limitations?

DarronW

Member
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?
 

Preeti Paryani

Well-known member
Staff member
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.
 

DarronW

Member
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.
Thanks can you give me a quick example of nested routers?
 

Preeti Paryani

Well-known member
Staff member
Hello @DarronW

Please refer to the attached screenshot to learn about nested routers and nested iterators.

1732002895976.png
 

DarronW

Member
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?
 

ArshilAhmad

Well-known member
Staff member
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.
 

Preeti Paryani

Well-known member
Staff member
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 -
.

To set the webhook in Pabbly Form Builder refer to this tutorial -

Using routes/filters, you can trigger different emails based on user inputs.
 
Top