Question
enGen Global
IN
Last activity: 25 Mar 2022 5:07 EDT
How to display all the attached document names in UI
Step 1: configured table layout and source is page list
Step 2: I did the code changes in the activity and attached files names are able to see in the clipboard like
Attachment(1).FileName
Attachment(2).FileName
Attachment(3).FileName (Here file names are different)
Step3 : How can i display all the attached document(File names) in table grid in a single row/Row by row
Thanks in advance
@Sathya Prakash Hello,
From what i understand, you need to attach multiple attachments and then display all the attached filenames in a table on UI.
So, you already mentioned you are able to build a pagelist called "Attachment" with a property "Filename" to hold the name of the attached files.
So, on UI- Can we not configure a table , with source as pagelist property- "Attachment", and a column as "Filename"???
Attaching the configuration i made at my end to achieve this. let me know if this solves your issue.
Thanks.