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 / Image column from shar...
Power Apps
Answered

Image column from sharepoint list not showing in Gallery or anywhere else in App

(0) ShareShare
ReportReport
Posted on by 195

Image column from my Sharepoint list was showing in powerapps "Gallery" and other screens but stopped showing suddenly

akg1421_0-1659598897566.png

akg1421_1-1659599003688.png

These are "Image1", "Image2" ... columns which are of type Thumbnail / Image

In app i am using column "Image1" (internal name "Images") in gallery but its not displaying

 

 

 

If(IsBlank(ThisItem.Images.Small),noimg,ThisItem.Images.Small)

 

 

akg1421_2-1659599265931.png

Image columns are not displaying in other screens too

akg1421_3-1659599379443.png

Whats the issue why they are not showing? Any workaround?

Edit:

In the gallery control I used:

First(SharePointList).Images

 

akg1421_0-1660647568907.png

It does not show the image, which is simply a Thumbnail type of column

akg1421_1-1660647569631.png

 

I have also tried using Filter to get image column

Filter('SPList', ID = ThisItem.ID).Image2

It is giving error "Expected Image value"

 

akg1421_2-1660647568910.png

 


@timl @Drrickryp @phipps0218 @RandyHayes @Pstork1 @metsshan @SBax @AmDev @AhmedSalih @mdevaney @Anonymous @Yahya @BrianS @shoog @eka24 @Ahammad_Riyaz @RandyHayes @Drrickryp @BCBuizer @NandiniBhagya20 @phipps0218 @metsshan @Pstork1 @WiZey @shoog @AmDev @PaulD1 

Categories:
I have the same question (0)
  • SBax Profile Picture
    1,348 on at

    I'll have a quick look later this afternoon.

     

    I'm fairly sure that your formula should be along the lines of

     

    If(IsBlank(ThisItem.Image1.Small),noimg,ThisItem.Image1.Small)

  • timl Profile Picture
    37,269 Super User 2026 Season 1 on at

    Hi @akg1421 

    On the basis that your formula previously worked and now doesn't work, I'd start by seeing if the app works in a different browser. This would rule out issues that may be caused by caching or authentication.

     

    I'd then build a new app to see if the problem exists there. This would help identify whether there's a setting or some corruption in your existing app that causes this behaviour.

     

    In your existing app, you could also try to display a single image outside of the gallery on a separate screen. This could help identify whether the quantity of images that you're trying to display is causing this behaviour.

    First(SharePointList).Images.Small
  • amk1421 Profile Picture
    195 on at

    @timl Didn't help. In the Gallery control I used as data source:

     

    First(SharePointList).Images

     

    akg1421_1-1660714493250.png

    Not displaying 

    akg1421_0-1660630657252.png

    Image column is simply a Thumbnail type of column

    akg1421_1-1660630759487.png

     

    I also tried using Filter to get image column

     

    Filter('SPList', ID = ThisItem.ID).Image2

     

     

    It is giving error "Expected Image value"

    akg1421_2-1660630992778.png

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    What's your prognosis?

     

    @SBax @timl

     

  • BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at

    Hi @akg1421 ,

     

    Try deleting the Image control and then adding it back, using your original code: 

    If(IsBlank(ThisItem.Image1.Small),noimg,ThisItem.Image1.Small)
  • amk1421 Profile Picture
    195 on at

    @BCBuizer I tried deleting Image control from Gallery then adding it back again. It did not work! Please test the Image (Thumbnail) column with considerably large no of rows (>100) and add the data source in PowerApps.. I haven't been able to pin point the bug

  • BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at

    Hi @akg1421 ,

     

    I tested it and got an error for "noimg", so I replaced it with "SampleImage" and that worked for me:

     

    If(IsBlank(ThisItem.Image1.Small),SampleImage,ThisItem.Image1.Small)
  • amk1421 Profile Picture
    195 on at

    @BCBuizer noimg is an image resource in my app. It is strange because I checked where the Image files itself are stored, they are stored in "Site Assets > {List ID} > Img file.jpg"  and there is no associated item ID or anything! 

  • WiZey Profile Picture
    3,023 Moderator on at

    Hello @akg1421 ,

     

    Could you check your SharePoint list and see if your images are accessible from SharePoint?

     

    Are they stored on SharePoint and can you open them? 

  • amk1421 Profile Picture
    195 on at

    @WiZey Yes images are accessible and stored in SP

  • Verified answer
    amk1421 Profile Picture
    195 on at

    Issue resolved itself.

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard