how do i upload multiple files and eventually download it after submitting in the summary interface

HI,

I have the code below but only one file upload is allowed. How do I make it multiple upload?

a!fileUploadField(
  label: "Attachments",
  labelPosition: "ABOVE",
  target: cons!Electronic_File_Checklist_Document_Folder,
  maxSelections: 5,
  value: ri!Electronic_File_Processing.attachment1,
  saveInto: ri!Electronic_File_Processing.attachment1,
  validations: {}
)

Thanks in advance

Neil

  Discussion posts and replies are publicly visible