My goal is: to make an automation downloaded files from Cognito Forms to Google Drive. I’ve already succeed making the scenarios. But the problem is: how to download multiple files from the Cognito Form? Do I have to use the tools or do I have done wrong? Please advice!
What is the output of the trigger module when there are multiple files?
Does it trigger once per file, or will there be multiple files per scenario run?
If yes, how are the files structured in the output? Is it one bundle per file, or multiple files in a single array?
If you need further assistance, please provide the following:
Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
@Dessyca_Prasetyo paste the screenshot of results of watch update module and get file module.
I havent used cognito forms. But if i assume on my experience you must be getting array of files i believe. So you iterator to get all files from that array. So that each file can be processed.