I have a web-form on my WordPress website (Gravity Forms), and I have successfully managed to create a chain of zaps that does the following on form submission:
1. find or create a contact from the email address in the form,
2. take contactId from 1 and create a new ticket in Zoho Desk
However, my form has an attachment area for multiple files, and that is being passed as an array with just the filepath, and not the actual files themselves.
Is there a way I can loop through this, or otherwise attach multiple files at once?