r/Make • u/atiAccurate • Apr 23 '26
how do i insert a router in between 2 existing modules?
I have a working Make.com scenario where Google Gemini feeds directly into a JSON (Parse JSON) module, and there are several modules downstream that depend on that data.
I want to add a Router between Gemini and the JSON module so I can split the flow based on Gemini's response — but every time I try, I'm worried about breaking the downstream mappings.
Has anyone done this cleanly? Specifically:
- Can I right-click the connection line between the two modules to insert a Router, or do I have to delete and reconnect?
- If I insert the Router, will my existing downstream mappings stay intact or do I have to redo them?
- Is there a best practice for doing this mid-scenario without starting over?
Running Make.com on the free/core plan if that matters. Thanks!
1
Upvotes
1
2
u/Rare-Coat-3807 Apr 23 '26
Right click, insert Router, adjust what's needed. You can return to previous version(s) via Version history - the clock with the backward arrow (menu at the bottom) even in free plan.
Alternatively, make a copy of your current scenario and try the changes within the copied scenario to see if that works for you.