
Hi,
How to gather more than one file as attachment when I click a button in power apps and download those files into my local computer ?
Hi @Subarna
Have you tried to move your button into Attachments card and put the following formula in its OnSelect property :
ForAll(ThisItem.Attachments,Download(AbsoluteUri))
If you want to download them all in one .zip however, I don't know about this feature but I'd be really interested if someone knows about it.