How to connect multiple outputs to one?

I want to do something like this (marked in blue line)
Is there any way to achieve this?

However, I failed in using text aggregator, or other tools as it only allows one input source.

The only working solution I found is by having them all in one line… but it does not seem elegant and it gets confusing as both Parse JSON modules have parameters in it.

Hello,

This is the correct way to handle this.
You can rename your JSON modules so that it is easier to tell which is which.

If you were to keep the router, then you could store a variable after parse JSON.
One the second router you can use Get Variable to recall it.
I think the inline version looks cleaner (and uses less ops).

1 Like

@leochoo,

As Donald said, you halve solved it the right way.

Your request and thought process is not uncommon, there is a growing demand to ‘merge’ routes into a single route again. You can join this feature request: https://www.make.com/en/platform-ideas/p/flow-control-converger-merge

Cheers,
Henk

One known workaround is the “Router Magic Formula” - but that means you have to “waste” another operation for each route you have.

See the “Router Magic Formula” link below for more information.

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like