Announcements
Hi All,
I have added a Gallery to Power Apps connecting to my sharePoint list. I cant seem to find a way to display the image for each SharePoint item. I have tried to add the 'Image' field but it doesnt find it. Ive also tried to add a Hyperlink/Picture column but it wont display the image in Power Apps.
Is there another way around this? as each list item has a unique picture.
The image column type in SharePoint is currently not supported by the SharePoint connector. It is on the roadmap and was due to be released in December, 2021, but I haven't seen it as completed yet. The two workarounds I've seen is to store the image in a Document library and include the url in the list or store the base64 string representation of the image in the list.
Thanks for the quick reply. I did add a Hyperlink/Picture column and added the link to the document in the library in there, but it wont display the picture in Power Apps when I add that field. Is that the right field or a way to display the picture in Power Apps?
Hi @Aread62127 ,
This blog of mine may be useful to you.
Hi @Aread62127 , Store your image in SP Document Library and use this code in your Image Property.
ThisItem.'{Thumbnail}'.Large
edit: There's one more solution, if the data connected is in SP list then probably you can attached the picture as "Attachment" and use the code below:-
First(ThisItem.Attachments).Value
If I have answered your question, please mark your post as Solved.
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 345 Most Valuable Professional
11manish 207 Super User 2026 Season 2
Mohsin Ali 177