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

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • #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 :)

КОМЕНТАРІ • 16

  • @aryanshah5385
    @aryanshah5385 4 місяці тому +1

    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

  • @standc5
    @standc5 Місяць тому

    THANK YOU THE ONLY DOWNLOAD METHOD THAT ACTUAT WORKS

  • @nikiwejack9577
    @nikiwejack9577 Місяць тому

    Thank you so much your video was very helpful, definitely saved the night.

  • @fvisabela
    @fvisabela 7 місяців тому

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

  • @ssccservlearn
    @ssccservlearn Місяць тому

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

  • @renukashinde8305
    @renukashinde8305 10 днів тому

    How to launch .docx or .xlsx files in view mode

  • @andruboos
    @andruboos 3 місяці тому

    Thank you very much, dear sir !

  • @user-rk5vo4rc7j
    @user-rk5vo4rc7j 6 місяців тому

    Exactly what i needed, thxs a lot.

  • @pratiksoni6215
    @pratiksoni6215 8 місяців тому

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

  • @marianaamancio6543
    @marianaamancio6543 7 місяців тому

    Perfect! Thank you so much!

  • @jeanlouisterranova2042
    @jeanlouisterranova2042 Рік тому

    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

  • @adajudith8062
    @adajudith8062 4 місяці тому

    Muchas gracias!

  • @dnasol5370
    @dnasol5370 11 місяців тому

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

    • @LernenTech
      @LernenTech  11 місяців тому

      Not sure how are you doing this but if the file is not found then try to add static url of any file then you will understand the issue