Revised download file from power app || download file instead open in new tab

Поделиться
HTML-код
  • Опубликовано: 13 май 2023
  • Revised download file from power app || download file instead open in new tab
    In this video, we will make the download functionality in powerapps, where whenever user click on the button it will download the file into the local system instead opening the file in new tab. In the last video for the same topic, we have observed that approach was working fine in Chrome Browser but not in Edge, so here this will work in both the browsers without any issue.
    Paste the url inside the launch or download
    -siteurl--/_layouts/download.aspx?sourceurl= ---siteurl-----Folder path----
    Previous video link :- • download file from pow...

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

  • @LuisHerrera-jl3tx
    @LuisHerrera-jl3tx 17 часов назад

    How could I do this, but for a specific version? I mean doing a direct download on a hyperlink with "_vti_history/versionID

  • @sohitthakur6660
    @sohitthakur6660 Год назад

    Superb, thanks for this
    I faced this same situation also 😊

  • @mdhidayat5706
    @mdhidayat5706 5 месяцев назад

    Awesome, it works, thank you for sharing~

  • @user-yb1ji2jt6y
    @user-yb1ji2jt6y 3 месяца назад

    How to implement this for PowerAutomate one drive personal links

  • @TheCynicIndian
    @TheCynicIndian 6 месяцев назад

    Bhai ,
    Thank you for this.
    just saved me a deployment crunch. 💜

    • @classypowerapps5169
      @classypowerapps5169  6 месяцев назад

      hahahhaha, i faced the same in my prod so i explored it and post this🤣🤣🤣

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

    Thank you very much literally .I was struggling from past two day this got worked for me

  • @user-nk7rv9by2g
    @user-nk7rv9by2g 6 месяцев назад

    Great thanks ❤ this approach works

  • @geralddahl9159
    @geralddahl9159 Год назад +1

    Thank you for sharing this. Do you think there is a way to make the launch button code dynamic so that the correct path is defined for different file locations, in case the button was inside a gallery that had multiple items?

    • @classypowerapps5169
      @classypowerapps5169  Год назад +1

      Yes, Dynamics code can be passed via variables, when i was doing the POC, i used the environment variable value inside the launch function to download the multiple files based on the selection of file. I was passing dynamic paths into my variable.

  • @SandyZhao-Sunshine
    @SandyZhao-Sunshine Год назад

    Thank you for sharing this. It is already perfect, but when clicking the button, the screen flickers, a new tab opened, and then it closed by itself. do we have a solution to solve this slash problem?

  • @aafreensultana1835
    @aafreensultana1835 11 месяцев назад

    Can this be done for onedrive too?

    • @classypowerapps5169
      @classypowerapps5169  10 месяцев назад

      onedrive will just need the shareable file url in download function and it will work.

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

    Its still not working for me in Edge!!

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

      Try to check the syntax, it should be working, i checked it in edge too