Combine data when some routers don't get executed

I am uploading data to a google drive:

As you can see, not all of them are always executed, sometimes only the first one gets executed, sometimes only 2 or 3, sometimes all of them.

I need to extract the Web View Link form every succesfull executed module and add them to a google sheet in 1 row per cycle of the scenario.

So I added a google sheet, but of course, because the last google drive module did not get executed, the google sheets module doesn’t get executed either.

Hoe do i solve this?

Hi @M.Abarkan

You should split each recording upload into a separate route and set the variable for each uploaded web view link. The last/bottom route should get all variables and process the Google sheets module.

I don’t understand the routing, because, how does the last route get the data from the first rout if they are not connected? I haven’t found a module yet that can attech to multiple modules after using a router.

Also, if the last route doesn’t get executed, how can google sheets get executed if it is attached to the last route?

@M.Abarkan, that’s how data processing and variables work in Make.
For example, you have such a scenario.


If you set the value in the upper route, you can fetch it in the bottom route.

Welcome to the Make community!

That’s also known as the “Router Magic Formula”. It was first demonstrated & popularised in the YouTube video linked below.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.