I want to add a module after a router. it should be added in the main flow, not as another route.
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?
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.