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

Поделиться
HTML-код
  • Опубликовано: 26 авг 2023
  • #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 :)

Комментарии • 11

  • @marianaamancio6543
    @marianaamancio6543 3 месяца назад

    Perfect! Thank you so much!

  • @user-rk5vo4rc7j
    @user-rk5vo4rc7j 2 месяца назад

    Exactly what i needed, thxs a lot.

  • @fvisabela
    @fvisabela 4 месяца назад

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

  • @jeanlouisterranova2042
    @jeanlouisterranova2042 8 месяцев назад

    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

  • @pratiksoni6215
    @pratiksoni6215 4 месяца назад

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

  • @aryanshah5385
    @aryanshah5385 21 день назад

    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

  • @adajudith8062
    @adajudith8062 7 дней назад

    Muchas gracias!

  • @dnasol5370
    @dnasol5370 7 месяцев назад

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

    • @LernenTech
      @LernenTech  7 месяцев назад

      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