How to Download Files Directly from PowerApps Gallery or Open in New Tab | Powerapps File Download

preview_player
Показать описание
#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(ThisItem.'Link to item')

ThisItem.'File name with extension'

Hope you enjoyed the video :)
Рекомендации по теме
Комментарии
Автор

I'm from Brazil and your video helped me a lot! Thank you very much!

fvisabela
Автор

Set(surl, ThisItem.'Link to Item'); Is not working for me.
The error showing is : Incompatible type. We can't evaluate your formula because the context variable types are incompatible with the types of values in other places in your app

aryanshah
Автор

Hello, is there any possibility to identify all flows in my environment that were ran in a specific day or specific period of time whatever the type of flow (schedule, automated, instant...)? Thank you

jeanlouisterranova
Автор

Awesome video.. Bravo.. Thank you so much for sharing :)

pratiksoni
Автор

Works perfectly in a web browser, but is there any way to make this work in a mobile app?

ssccservlearn
Автор

Almost! But File not found 😢 what would be the problem here

dnasol