Notifications
Announcements
I have a dataverse table like below
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?
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.
@felixcheah Where do you want to access them from? Programmatically or manually?
Manually, I would like to download these images to a local drive
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
How do I download them directly?
@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.
https://org6f500abf.crm.dynamics.com/api/data/v9.1/FelixMeals(Image)
Like this ?
I get this error.
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
This only shows on row right? is there a way to show all the rows for one column?
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 739 Most Valuable Professional
Michael E. Gernaey 343 Super User 2025 Season 2
Power Platform 1919 268