Using data from multiple paths

What are some ways of using Data from one path on another?

Hello @jvanoy3,
When you use a Router, every route has its own set of processes and data when you go on.
However, there is one solution to use the previous route to process data into the next route.

Use the “Set Multiple Variable” at the end of the route. https://www.make.com/en/help/tools/tools#set-multiple-variables

Then the start of the next route use “Get Multiple Variableshttps://www.make.com/en/help/tools/tools#get-multiple-variables

Now in your case, set the variable after Array Aggregator, Then call that variable back at the start of another route using “Get Multiple Variables” and use it on BaseLinker.

Also, make sure to cross-check variable names.
I hope this helps.

The same type of answer was given on this topic as well. Read full carefully.


:bulb:P.S.: Always search first in the community, Check Make Academy. If this answer is helpful, mark it as a solution :white_check_mark: and :+1: Need expert help or have questions? Contact or comment below! :point_down:

2 Likes

Thank you so much! This indeed did work!