I want to know : If I use a module to create 3 folders, I can easily get all the folders ID and upload files insides them if I do everything inside 1 module.
But is there a way to get the folder ID of the folder that is created by another module ? I don’t want to choose the folder manually
And just to be sure, you mentioned here “module” but it sounds like you meant scenarios.
If that’s the case, you need to call a “Run a make scenario” module in your scenario, and pass along variables.
For example
1st Scenario : module for creation of Google drive folders + module to run the second scenario, passing along the folder IDs
2nd scenario : module to upload files, using the scenario input variable (the folder IDs)
You need to declare your scenario inputs in scenario 2 (aka what you’re expecting to receive)
I’m on my phone so I cannot attached any screenshots, but if indeed you were talking about scenarios and not modules, that would be one way to go.
Yes, that’s it!
You answered my question perfectly, thank you for the explanation about using scenarios and passing variables. I really appreciate your help!