Skip to main content
December 9, 2022
Question

Upload Multiple Files on Portal and save into Database

  • December 9, 2022
  • 6 replies
  • 0 views

Hi All

I am working on the Appian portal and trying to upload more than 1 file at a single time, I used maxSelections in file upload field but its not working

I am using record Type and local variable because we can't use rule inputs in the portal.

Below is my interface code and CDT .

6 replies

stefanhelzle0001
Brainy
December 9, 2022

The field in your CDT is no list and cannot take more than one file.

December 9, 2022

I tried in that way also and made the field array but in database, it creates one more table i.e. APEMPLOYEE_filesUpload

stefanhelzle0001
Brainy
December 9, 2022

Sure, that is how a relational database works. Is that an issue?