Hi,
When a user completes and uploads files to the form and then submits them. I want to upload those files to my google drive (I successfully connect to Google Dive Web API)
I am configuring the Integration but I have no idea how to configure the DOCUMENT section, I suppose that an expression should go to indicate which files should be uploaded to google drive (HELP ME WITH SOME EXAMPLES)
This is the users form (how i call the integration?)
Discussion posts and replies are publicly visible
Another question, please:I have to process 2 models in the first one, I upload files when the form is submitted, then I create a folder and store the 4 files in that folder.In the second process model, I generate or upload a PDF after submitting a form. I want this PDF file to be stored in the folder that has been created in the first process model.
I managed to upload the pdf file, but not store it in the folder created in the first process model
Did you consider to store the ID of the created folder to your vendor record? That folder belongs to the submitted data. To upload the second file, you can then fetch the ID from the database.
Thanks again, it works