Hello @Sergio69 ,
As @XenoMax suggest try to use “Get Variable” at the start of each new route after setting the variable on the previous route.
It’s simple but you need to follow proper steps.
Also, check Make’s help and other related topics.
https://www.make.com/en/help/tools/tools#set-variable
https://www.make.com/en/help/tools/tools#get-variable
This seems to be very basic, but I’m having a difficult time figuring this out. I basically want to access a variable that i defined in another part of my scenario to the final DigitalOcean module at the end. However, I can’t connect the value with that specific module, and the variable that i declared there doesn’t seem accessible.
[image]
Can anybody else reproduce this bug? When I set a variable on a route, I cannot retrieve it with “Get variable” on a different route. The help docs say that “Get variable” can be used across an entire scenario and that the route is not important.
https://www.make.com/en/help/tools/tools#get-variable - " Note that this module can read a variable that was set anywhere in the scenario. The only requirement is that the Tools > Set Variable is executed before (in time) the Tools > Get Variable modul…