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 Variables” https://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.
P.S.: Always search first in the community, Check Make Academy. If this answer is helpful, mark it as a solution and Need expert help or have questions? Contact or comment below!