Module after a router with 9 routes

:bullseye: What is your goal?

I want to add a module after a router. it should be added in the main flow, not as another route.

:thinking: What is the problem?

Hi, I have the following problem with modules;
This is my setup;
Jotform → airtable create a record → Airtable get record → Router with 9 “set variable” routes
Question:
After the router is done routing, i need a next router with 9 “set variable” routes. However, i can’t seem to figure out how the get the next router in the main flow instead of having it as a route of the first router. How can i get the next router, or any module in the main flow after the first router?

Hope your can help this noob…
Thank YOU !

:camera_with_flash: Screenshots: scenario setup, module configuration, errors

Hey there,

you mean you want that to start executing after this router is done? Just add a 10th route on the router and continue from there.

Or add another route to the previous router that is after this one and have the rest of the flow there.

Hello,

It looks like you are doing this correctly from what I see in your screenshot. There is no way in Make to return to the Main Flow after the router. You simply add another route to your router and then continue that as your main flow. Just be sure to connect it last as Make will execute routes in the order that they are connected so you may need to disconnect the routes and reconnect them if that is the case.

In the future, if you truly need to combine outputs from multiple routes, you must store data externally (Data store / DB / sheet) or design a separate scenario with an aggregator. The router alone will not merge paths back together.

Yeah that’s not true. You can use a set/get variable magic formula to combine routes within the same scenario.