Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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 

  • EricG_Power2x Profile Picture
    2 on at
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

    Hi,

     

    Need your help with this, got the same problem too...

     

    May I know how did you resolve this issue?

    Can you provide some screenshots of the solution.

     

    Appreciate if you can response as soonest. Thank you very much!

     

    Eric

  • Verified answer
    amk1421 Profile Picture
    195 on at
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

    Issue resolved itself.

  • amk1421 Profile Picture
    195 on at
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

    @WiZey Yes images are accessible and stored in SP

  • WiZey Profile Picture
    3,023 Super User 2025 Season 1 on at
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

    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
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

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

  • BCBuizer Profile Picture
    22,025 Super User 2025 Season 1 on at
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

    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
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

    @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,025 Super User 2025 Season 1 on at
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

    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
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

    @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

     

  • timl Profile Picture
    34,935 Super User 2025 Season 1 on at
    Re: Image column from sharepoint list not showing in Gallery or anywhere else in App

    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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,635 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard