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 / SharePoint online list...
Power Automate
Answered

SharePoint online list image column is not returning the data

(0) ShareShare
ReportReport
Posted on by 55
Hello all,
I need get data of image colum in sharepoint list online, but when use HTTP request don't show the completed information.
i need get "
serverRelativeUrl,
serverUrl
 
 
 
 
 
{
  "d": {
    "image""{\"fileName\":\"Reserved_ImageAttachment_[5]_[image][37]_[_63385f5a-acb8-4805-b6ed-0cab9d023ea6][1]_[1].jpg\"}"
  }
}
But in other list is OK. so i don't know what happen. I created other list but the problem continuous.
 
Is error in the flow or in the list SP?
Categories:
I have the same question (0)
  • Suggested answer
    SudeepGhatakNZ Profile Picture
    14,396 Most Valuable Professional on at
    To get the full image data (including serverRelativeUrl and serverUrl) from an image column in a SharePoint Online list using an HTTP request, you need to ensure that you are fetching the correct metadata associated with the image.
     
    Try this end point
    https://<your-tenant>.sharepoint.com/_api/web/lists/getbytitle('<list-name>')/items(<item-id>)?$select=Title,Image&$expand=Image
     
  • angeldiaz96 Profile Picture
    55 on at
     
    I tried but don't work
     
     
  • Verified answer
    Meekou Profile Picture
    200 Moderator on at
    For your issue, it is caused by that when creating list, the attachment column is enabled by default, and for Image column, it will save the image file in the attachments.
    There are two options for you:
    1. Disable attachment column by List settings->Advanced settings->Attachments->Attachments to list items->Disabled
    Note, it will delete all existing attachments.
    2. Trying to accessing the image by building url with attachment path, for such result from api
    {"fileName":"Reserved_ImageAttachment_[5]_[Photo][5]_[XX][2]_[10].png"}
    You can try url like
    https://meekou365.sharepoint.com/sites/MeekouCenter/Lists/Leave/Attachments/1/Reserved_ImageAttachment_[5]_[Photo][5]_[%E7%B1%B3%E5%8F%AF%E7%88%B1%E5%88%86%E4%BA%AB][2]_[10].png
    Replace the base url and 1 is the id for item.
    Best Regards,
    Meekou
     
     

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 Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard