BusinessOnSteroids
Member
SOLVED - Solution in the screenshot attached
-----------------------------------
Hello guys, I'm here again to ask for your help.
I've been trying to figure out how to automatize my process:
I want to create a new folder with a given Name eg. '2023' in a folder with a known name, 'Pratiche', for the instance, which is into a folder that exact matches the name/title given by the trigger.
Trigger: New box - [{"name":"JOHN SNOW","id":"fFrfg2w2g4rsRSF2rf2_F42e"}]
Create new folder with given name '2023' in:
Customers (this is a shared drive)
I hope you'll be able to help me and many thanks for your great work.
Edit: Added Workflow URL
I'd like to get the same response that I would get from this query:
GET /drive/v3/files?q=name%3D'Pratiche'+and+'New box['id']'+in+parents
then I'd create a new folder in that folder.
Edit: added webhook Google's driveApi
-----------------------------------
Hello guys, I'm here again to ask for your help.
I've been trying to figure out how to automatize my process:
I want to create a new folder with a given Name eg. '2023' in a folder with a known name, 'Pratiche', for the instance, which is into a folder that exact matches the name/title given by the trigger.
Trigger: New box - [{"name":"JOHN SNOW","id":"fFrfg2w2g4rsRSF2rf2_F42e"}]
Create new folder with given name '2023' in:
Customers (this is a shared drive)
- JOHN SNOW
- Pratiche
- Create folder '2023' here
- Pratiche
I hope you'll be able to help me and many thanks for your great work.
Edit: Added Workflow URL
I'd like to get the same response that I would get from this query:
GET /drive/v3/files?q=name%3D'Pratiche'+and+'New box['id']'+in+parents
then I'd create a new folder in that folder.
Edit: added webhook Google's driveApi
Last edited: