A while back I wrote a post about how to save images from PowerApps to SharePoint via Flow. Today I got a comment asking how you can show images sored in a SharePoint library in a PowerApp. Turns out it’s not hard at all.
I first created a new document library named “Images” in a SharePoint site and uploaded two images.
Within your PowerApp add a new data source, and manually type in the name to the library containing your files, in my case “Images” and hit “Connect”. The manual typing is the crux to make this work.
Next add a gallery to your app and bind it to the Images data source. For the Image control, change the binding to be ‘{Link}’ and you should see your images showing up in the gallery.
Happy PowerApping!