cancel
Showing results for 
Search instead for 
Did you mean: 

File Download UI in table(Loop through Resource Attribute)

Former Member
0 Kudos

Hello Experts,

I have a scenario where:

     1. I have to upload/attach multiple files to server

      2. And show the list of uploaded files in table.( Much similar to what we have in UWL tasks for attachments)

     3. Open the attached file. (I have used File download UI for this)

I have created a resource attribute which is bounded to both File upload and File download UI's.

Now when I attach multiple files and click on relevant file download UI, I am able to open only the latest uploaded file.

How can we get the resource name for each uploaded file? Can we loop through the resource attribute?

Regards,

Nikhil

Accepted Solutions (0)

Answers (1)

Answers (1)

Sharathmg
Active Contributor
0 Kudos

resource.getName(), should get the file name of the resource.

Regards,

Sharath