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 / Check if a Sharepoint ...
Power Automate
Suggested Answer

Check if a Sharepoint List Image File is blank

(0) ShareShare
ReportReport
Posted on by 12
Hello,
 
I have a an image column in my SharePoint list that may or may not have a photo uploaded to it.
I want to create a conditional statement in a flow to check if it has an image file and if not, send an email to remind the user to upload an image.
The "Image File" column does not show up as dynamic content. Is there another way to check if it has an image or not?
 
Thanks!
Categories:
I have the same question (0)
  • Suggested answer
    MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
     
    For Power Apps
     
    Using the function IsBlank() you can determine for (e.g.,)
     
    Button  (Validation)
    • If(IsBlank(Column.Image),DisplayMode.Disabled, DisplayMode.Edit)
    For Power Automate
    • empty(outputs('Get_item')?['body/ImageColumnName'])
     
     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.
  • Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
     
    SharePoint Image column does not appear in the standard Get item or Get items actions in Power Automate because the default connector does not directly return the image content or a usable URL.

    The image data is stored as complex metadata (internally a “Thumbnail” type), so it requires a direct API call to retrieve the actual file path or details.

    Because of that, we need to use Send an HTTP request to SharePoint to properly access the image column data.

    Reference blog

    https://torbenp.com/2022/07/get-sharepoint-list-image-in-power-automate/

     

      

    Condition:

    empty(outputs('Send_an_HTTP_request_to_SharePoint')?['body'])
     
    Equal to true
     
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well. 
     
    ---------------------------------------------------------------------------------
     
    📩 Need more help? Mention @Kalathiya anytime!

    ✔️ Don’t forget to Accept as Solution if this guidance worked for you.

    💛 Your Like motivates me to keep helping!
  • KW-04121632-0 Profile Picture
    12 on at
    @Kalathiya
     
    What if I went in a different direction and just tried to see if any of the attachments were .jpeg files? In case someone wants to upload multiple images?

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