I am using Forms to gather inquiries. Users may attach one or more files to an inquiry form.
I am then processing a complex workflow from the form to place the information into our CRM (the default integration is not sophisticated enough).
I need to place the files from the submitted form into a Google Drive (or perhaps Zoho WorkDrive) folder. However, it is important that each form submission's files are placed into their own uniquely named folder under default parent folder.
For example, if the form contains a field "Company" and the user enters ÄCME Inc'' and a attached several files to the form submission, I would like the files to be saved into a google folder \ZOHO FORMS\ACME Inc
If another user enters BETACo into the company field, their uploaded files would go into a google folder \ZOHO FORMS\BETACo
Any clues on how I could do that?