web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Download image from da...
Power Automate
Suggested Answer

Download image from dataverse from power app

(1) ShareShare
ReportReport
Posted on by 453
Hello,
 
I'm trying to create a flow that runs via a Power App and it should download the image of the item. Co-pilot tells me it's possible but i seem to be going round in circles.
 
This is what I have so far.
 
 
Then i use this on a download button in my app:
 
I added the flow to my app and it's named correctly. The flow runs as successful but nothing actually happens.
 
Note: i already have a solution where the file opens in the browser and i can select save image as however i ideally want the image to just auto download.
Categories:
I have the same question (0)
  • Suggested answer
    11manish Profile Picture
    3,333 on at
    As my view, better approach to use "Direct Link" Approach.
     
    The most reliable way to trigger a true "Download" behavior in a browser is to use the Download() function in Power FX.
    This function works by pointing to a URL.
    Instead of passing the file content back to the app, change your flow to return a Download URL.
    Modify Flow:
    • Use the Get a row by ID action for your Dataverse table.
    • In the Respond to Power App action, return a text string containing the absolute URL of the image.
    Format: https://[org].crm.dynamics.com/api/data/v9.2/[tablename]([GUID])/[columnname]/$value
    Update Power App Button:

    Set(varFileUrl, 'YourFlowName'.Run(ThisItem.RowID).fileurl);;
    DownloadImage(varFileUrl)
  • Jap11 Profile Picture
    453 on at
    Hi @11manish - thanks for your response.
     
    I've tried your suggestion but struggling a bit with it, very new to this so if you're able to help further that would be great.
     
    Here is my flow.. I'm not certain I've done this right as i get an error when saving.
     
    this is the error i get:
     
    Then for the power app button, again i get errors:
     
    Thanks!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard