Announcements
Hi @PH-18030948-0 ,
This behavior is expected when working with SharePoint “Image” or “Hyperlink/Picture” columns in Power Apps. Those fields don’t directly store the binary image they store a URL reference to the image file. That’s why your label shows the value as a URL instead of rendering the image.
varRecord.Photo
If Photo is an Image column, Power Apps should render it automatically.
Image = varRecord.Photo
(The control will then fetch and display the image from that URL.)
varRecord.Photo.Value
Your labels show text because they can display strings, but the Image control requires either an image object or a valid URL. Try using varRecord.Photo.Value (for Image columns) or varRecord.Photo (for Hyperlink/Picture columns) directly in the Image property. That should make the image render correctly.
✨ If my response helped resolve your issue, please mark it as ✅ Accepted Answer and give it a ❤️ like — it helps others in the community find solutions faster. Thank you!
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290