Studio Web | Apps - display files list in Custom list using File downloader

Hello,

I am to downloaing files from Storage bucket (by filtering with specific keywork) - possible matches 3 to 6.

I want to show those files in a File Downloader control using custom list, number of files could be dynamic.

Label would be Manipulated File name (ex: File name: A123_Data_File.txt Name: Data File), and File.

Has anyone done this kind of app or know how to do it?

I was doing research on this and initially doubtful whether it’s doable.

But I have found a way to do this and steps are as below:

  1. Create a Page in the App
  2. Create App Variable of type List of AppsFile
  3. On Page Load event write code to List storage files then download one by one and add to the List of Appsfile
  4. Add Custom List, add source as List of Appsfile, in the template, have only File Downloader control
  5. Add ThisRow as source to FileDownloader, and in label ThisRow.FileName