Hello, I have a fairly complex for with many fields and image uploads etc. I want to create a Google Doc with all of this information automatically. I have the Webhook functioning but am not clear on the workflow to best achieve this task?
I want the Google Doc to be made in a specific Google Drive Folder. I have tried to use
Google Drive : Get File or Folder by ID
and then:
Google Docs : Create a Blank Document
the first issue is that the file is created but not inside my chosen folder. The second issue is I am not sure of the best way add all my form data to the google doc? Which actions and steps would you use to best do this after the document has been created? Thanks in advance to anyone who can point me in the right direction!!!
I want the Google Doc to be made in a specific Google Drive Folder. I have tried to use
Google Drive : Get File or Folder by ID
and then:
Google Docs : Create a Blank Document
the first issue is that the file is created but not inside my chosen folder. The second issue is I am not sure of the best way add all my form data to the google doc? Which actions and steps would you use to best do this after the document has been created? Thanks in advance to anyone who can point me in the right direction!!!