Hello, I’m having problems with this scenario.
My goal:
– Recieve Webhook Webflow form submissions Containing multiple file uploads in separate file fields aswell as general text info. (Works good).
– Upload the info of the submissions into Zendesk (Works good).
– Upload only the attached form files to Sharepoint. The files are referenced with direct links in the Webflow form data, ranging from 1-10 files, all in separate file fields with no clean bundle containing only files. The “Data” bundle from Webflow contains all form field, including textfields with name, email and so forth. So sometimes there are 1 file and sometimes 10 attached to the form. Retrieving the file with help of the “HTML Get a File”-node, works just fine. Uploading to Sharepoint works just fine.
– Problem: The scenario is failing once it hits a “HTML Get a File”-node that has no file to get. I’ve tried “Ignore”-nodes on every step of the scenario. No success, just getting error messages anyway. So basically everything runs just fine if I upload 10 files and all the nodes has something to process.
I suspect that I need to solve this with a dynamic bundle that can contain an variable amount of files. Tried mapping a manual array with ten fields containing File 1-10. But that still made the, in this case single “HTML Get a File” node angry when it came across a part of the array – missing a file.
Any ideas on how to fix it? The whole “thousand node”-setup feels wrong. So a simpler setup would be appreciated. Thanks!