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:
- Create a Page in the App
- Create App Variable of type List of AppsFile
- On Page Load event write code to List storage files then download one by one and add to the List of Appsfile
- Add Custom List, add source as List of Appsfile, in the template, have only File Downloader control
- Add ThisRow as source to FileDownloader, and in label ThisRow.FileName