#powerapps #filedownload #powerappsgallery
In this video you will learn how to download file directly from powerapps gallery without using power automate. you can also open it in new tab as well. i have used sharepoint library in powerapps gallery to make it happen.
Here are some formula's that i have used -
Set(surl,First(Split(ThisItem.'Link to item',"DATA")).Value);
Download(surl&"_layouts/15/download.aspx?sourceurl="& surl&ThisItem.'Full Path')
Download(ThisItem.'Link to item')
ThisItem.'File name with extension'
Hope you enjoyed the video :)
Ещё видео!