I have a share point list of expenses with images I want to display in a power app.
For each expense item in the list there is a separate image file which I have uploaded to the new image column called "AccountImage" which has been configured as a sharepoint image column type. The Expense account image files are also stored in a document library..mostly png files for images and some jfif image files too.
Sharepoint Expense List
Power Apps Screen showing blank image
When I create a gallery to display the image the images don't showup? I'm using the syntax "ThisItem.Thumbnail.Medium" but no images will show up? Can any advise what I am doing wrong?