No bindings to select from on the file upload action

Hi,

I’m trying to follow the guide for “Inserting Uploaded File Names in a Database” so that I can populate the table with the information after I preformed a dropzone upload.

In the guide it shows the below image for pulling the name and path.
Inserting Uploaded File Names in a Database

When I preform the same action on my database update and go to select the bindings(name, path) there is nothing to pick from.

Is this a bug or am I doing something wrong?

Thanks,
Ray.

You need a repeat step. This video may help you: https://www.youtube.com/watch?v=n5JTFe9ohSY

1 Like

@ben Your a star!

As I was only allowing a single file to be uploaded via the Dropzone, I would not have expected the need to include a Repeat.

Thanks,
Ray