Hello I 'am a beginner on power apps I just want to ask about the issue I encountered
the image gallery is not displaying the image
Im using this code to Save image to my SP List
:Substitute(JSON(UploadedImage1.Image,JSONFormat.IncludeBinaryData),"""","") } )
Then ThisItem.Pic_Store on my Gallery Image
and it was declared as Multiline on SPList

Thanks