Hi! I’m trying to create a google drive folder structure when there’s a new folder created in a folder that I’m watching.
Example:
Watching Folder:
/Clients/Prospects
When there’s a new folder in prospects, say New_Client, I want to create a whole bunch of sub folders under New_Client:
/Clients/Prospects/New_Client/
/statements
/fixed assets
/banks
…
And so on. I’m trying all different things but not having much luck. Anyone have any good suggestions on where i should go to look for more information?