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 Apps / Dataverse table, where...
Power Apps
Unanswered

Dataverse table, where are images stored and how can i access them?

(0) ShareShare
ReportReport
Posted on by

I have a dataverse table like below

felixcheah_0-1690173648011.png

 

Is there a way for me to retrieve all the images that are on the table? For example get them all into a local drive?

 

I have the same question (0)
  • wwweber Profile Picture
    146 on at

    The images are stored for each individual row. You could create a view or query showing only the image column for that individual table, but they are not stored together somewhere you can access by itself like a sharepoint site. I also recommend using alternative sources for storing images and files because of this limitation in storing things like this in dataverse. This of course depends on what the use-case is.

  • Parvez Ghumra Profile Picture
    1,579 Moderator on at

    @felixcheah Where do you want to access them from? Programmatically or manually?

  • felixcheah Profile Picture
    on at

    Manually, I would like to download these images to a local drive

  • wwweber Profile Picture
    146 on at

    You can download them either directly or find the download url based on this documentation:

    Use image column data (Microsoft Dataverse) - Power Apps | Microsoft Learn

  • felixcheah Profile Picture
    on at

    How do I download them directly?

  • wwweber Profile Picture
    146 on at

    @felixcheah 
    The quickest way to get the image url is to use the following:
    https://yourorg.crm.dynamics.com/api/data/v9.1/tablenameinplural(recordId)

    Then retrieve the image_url and insert "&Full=true" after the url.

  • felixcheah Profile Picture
    on at

    https://org6f500abf.crm.dynamics.com/api/data/v9.1/FelixMeals(Image)

    Like this ?

    I get this error.

    felixcheah_0-1690316370975.png

     

  • wwweber Profile Picture
    146 on at

    the GUID/recordid needs to be within the parenthesis instead of (image). This will give you the image url in the returned array.

     

    Lets say you have a record with the GUID 1304494f-f260-48f9-9221-1539a4e82bce



    Then you put the following in the address:

    https://org6f500abf.crm.dynamics.com/api/data/v9.1/FelixMeals(1304494f-f260-48f9-9221-1539a4e82bce)
    In the result, search for where it says "image_url" and use that string.
    This will tell you the image url. You then only need to add &Full=true after that image url

  • felixcheah Profile Picture
    on at

    This only shows on row right? is there a way to show all the rows for one column?

  • Rolson1 Profile Picture
    45 on at

    How to do this within a power automate flow?

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 505

#2
WarrenBelz Profile Picture

WarrenBelz 502 Most Valuable Professional

#3
Haque Profile Picture

Haque 324

Last 30 days Overall leaderboard