Multiple File Upload

Hello,

I would like to create the 2-step submission form as below:

  • 1st Step: Enter Key Details like Project Name and Upload File (PDF, 2D)
  • 2nd Step: For each uploaded File, enter further product details
  • 3rd Step: Submission Button.

I’m stuck at the 2nd Step where not sure how I pull-up the each uploaded files in repeating groups.

Thank you

1 - Add a file uploader.
2 - Add a repeating group with the datatype set to “file” and leave the data source empty.
3 - Create a workflow: When FileUploader’s value is changed.
4 - Add an action: Display list in a repeating group.
5 - Select the repeating group you created and set the data source to:
Repeating Group File: plus item This FileUploader’s value.

Here is an example in the editor for you to see it in practice.