Multiple advanced file upload fields in 1 form that are displaying the same upload

I am trying to build out this page with a form and as you can see, there are multiple areas where I need to have the ability to upload different files and images. The problem I am experiencing is that, these different “upload file” components seem to be connected to each other and when I upload on one of them, it uploads to all of them and then displays the upload to all of them. What can I do to fix this?

Any help from anyone?

You need to save the uploads in a variable. When you repeat elements, they lose their state. Alternatively, wrap the element in a reusable component

Would be able to give me a bit more detail as I’m not sure I completely understand your suggestion. I would truly appreciate the clarification.

Took a while to understand but you want to go to the advanced file upload layer that will be renamed “input file drop” in your layers panel and then make sure that your workflow does not repeat the same variables in their respective workflows between advanced file upload fields in the form. Furthermore you’ll want to make sure that the component displaying the uploaded content has a displaying variable(s) matching the “input file drop” workflow variables