I am trying to create a GDrive folder hierarchy by using GSheet rows. Creating the root folder works fine, but I can’t get it to create a sub-folder.
So for example if I add a GSheet row called “Test”, the it will create a folder named “Test” (correct!)
But if I add a row called “Test/sub-test” then it actually creates a new folder called (literally) “Test/sub-test”, rather than creating a sub-folder called “sub-test” in the folder “Test”.
Any ideas what I may be doing wrong?