A little help please - saving filenames to database

I’ve looked through the documentation and it doesn’t quite do what I want to achieve.

I have a form that has a multi file upload. I send these files to a Server Connect action that then processes them. What I want it to do, that is different to the docs, is save with a GUID and that path is saved to the database BUT I also want the original filename to be saved too so that when I use the file download function in a separate action, I can set the filename back to the original.

The problem I’m having is the in the repeat step that cycles through the upload, the name binding is the GUID set in ‘file upload’ and not the original one so I can’t see how to access it to then save it in the DB.

File upload:

With a Database Insert step that uses the name property from the repeat
image

Community Page
Last updated: