Hello Microsoft Team,
i have posted this below comment two months ago and i have not recieved any solution or comment, well shall consider the below question is still under progress.
Perhaps i have received the work around but i have used the workaround for time being, in fact i have posted the idea on PowerApps too.
"Is it possible to download multiple files within the gallery, in my case i have gallery which has a document library from Sharepoint.
And i have added the checkbox controller to the gallery which are "Select All" for Multiple files(10+ or more) and Select the files which are needed(2 or 3 out of 10), so that when needed user can select the multiple documents using checkbox and download in zip file or normal download but How can this be accomplished? However i can dowload or launch the single file at a time."
Workaround was from support team:
The OnSelect property of the Download button control set to following formula:
Download(Substitute(First(Split(First(Filter(Gallery1.AllItems,Checkbox1.Value=true)).'{Link}',"?")).Result,"%20"," "))If you want to dowload or launch the single file at a time, please take a try to set OnSelect property of the Download button to following formula:
Download(Substitute(First(Split(First(Filter(Gallery1.AllItems,Checkbox1.Value=true)).'{Link}',"?")).Result,"%20"," "));Launch(First(Filter(Gall
But it would be more helpful if the multiple download function was solved.
Thanks in advance and Appreciated !