Hello
I'm making my first power app from an excel spreadsheet. I have a column that contains images.jpg. I can't display such images in my app which has a layout with images.
Can you help me?
Thank you
...
Hi@PoAppsEli,
Based on the issue you mentioned, do you want to display images from your Excel file?
Could you share more about your scenario?
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-images-pictures-audio-video
If all ideas mentioned above can not solve, please share more details about the issue.
Best Regards,
Qi Qiao
@PoAppsEli
Images stored inside Excel files cannot be displayed in PowerApps. Instead, you must store the images on your OneDrive.
Then copy the link to the image into a column called ImageColumnName in your Excel table. Links should be in this format.
https://my-sharepoint.yourcompany.com/something/something/image.jpg
When you place an Image control in your gallery change the Image property to this code and it will show the picture.
ThisItem.ImageColumnName
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
MS.Ragavendar
10
LC-26081402-0
6
EE-04041031-0
4