How to converge multiple values on one array

Hello,

I would like to combine result of each routes.
But the 3th route return only the last value (7), I wait it returns [5,7]

https://www.make.com/en/help/modules/converger

Tanks,

If you want to use the same variable name, you must add a “Get Variable” module on route 2.

Blueprint:
How to converge multiple values on one array.json (10.6 KB)
How to import it:
SC_2

Alternatively, you can change the variable names to, for example, “log1” and “log2.” and on route 3 add “Get Multiple Variables” and then add them.

1 Like