Hi,
I made a Canvas App with Add Picture control. I upload files to Documents Library (since my Image Lib wasn't listed when making the connection from PowerApps). I want to particularly use Add Picture control.
Everything is working fine with the Camera and the images come to SharePoint Library but when clicking them in the Lib there's a notion: "This image seems not to have a preview image. Download the file."
What should I do?
On Add Picture control there are default settings: nothing changed. Even UseMobileCamera is false.
On Upload Button I have:
OnSelect:
UploadaphototoSharePointfromPowerApps.Run(AddMediaButton1.FileName,JSON(UploadedImage1.Image,JSONFormat.IncludeBinaryData))
I use flow to add the image to the library.
Any help would be appreciated.
I don't want to change my main method of using camera.