Added an iterator and used the map function to have it look for the file:
Overall - works great (in case someone else comes across this post!). Form comes in - creates a new timestamp folder in the clients directory, uploads the files and creates a description txt file with info from the form.
The file.files[].data in your first screenshot are individual sheets within a Google Sheet document.
You should ignore that and just upload/map the entire document file using file.data, which should also work for single file. In actual fact there is only one file /one file data per bundle, so there is no need for an iterator.
I’ll need the output bundle of your webhook module.
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
This will allow others to better assist you. Thanks!
I see that mappings are wrong. In your data, file name can be seen as “File” or “files” but not “file”. Please map the data correctly or try this {{1.File.data}}
Also you are mapping same variable at both fields, name and data. name should contain mapping like {{1.File.name}}