Dear,
I have a PowerApp where I take images with my mobile device, could be a tablet or phone.
However, when I take a picture, display it in the app and save it to a sharepoint list, it always shows the picture in the app, but doesn't always save the image in the sharepoint image column.
My column type is image in sharepoint.
When I take a picture using the PowerApps App version on my Microsoft Service Go 4 tablet, it stores the image like this:
data:image/png;;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAAXNSR0IArs4c6QAAIABJREFUeF58vVeTrltyJrQ+V1W7tjmmW91CzI+YYGRguCGCa2CQoEUE3GIECmk0E1zA38VI6u5jtiv7GeJxK/N9q5rqOL33rvrqNWvlynzySbf5P/+H//xyOp/G8flpbHebsd2Osd1uxmazGfg6Hs/jcrmM8/nMf2+327Hf7cbYXMb5chzbzWns9ttxdXUY58tmPDwex8P9cWw2h3HYX4/ddjt2u83Y77bjeHoaX75+4u+/e/d+bDa78fR0HM/PpzEGPrPnPc6X89jtd3yOcTmP0+nI++62O14PT3Y6n/nMfMzNmfc4HHAPPNPg818u+OFunM8bPhvut+U9LrjLuFxOet/dZhyfn8d2uxv7/WFgPcY4jv1hN86XyzieTmO72Y3NZjs2l+244NexFrz5ZewPe/4+
When I take a picture isuing the PowerApps App version on my Ipad 2022, it stores the image like this:
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAAXNSR0IArs4c6QAAIABJREFUeF7svQuXKymONepHnvm6uk/NdM/r/v+/OZVp3yUIOWQMbEAQRNjyWj01JwlekhAbSYjzn3//9/sp87vdfjKl59PpRP/T/Kj77BA0jcO69/v9dD77OfB/6W/0k2XxhmbP/3w6ny8KHtxP9/stS3+mSWr+C6mSdGZapj64XIiG4/iP+ocCYh9kKYDom5cfPXF///59+v7+Pt1ut9P3988iz2u7+fHh9evXV+qnXT9ex+R+TD+aH39Lf7tcLk7znu95DXy/pdu/n08n9z89G5rXP5KPUvokOVRI31YSaMfX2i/X09Jv9vh18z+f0P6D6OOlv3UFYP2B56frH+3/fn9P/86///idnb1WgY4lAG4dfXF0AIgA+NgNDC9ArGAc1E6yCS/gPIdR/0g+rFxHXy3/E
The main difference is that in the error in the first image there are 2 ;; (semicolon) and in the correct version there is 1 ; (semicolon).
Any idea why this issue occurs, and how to fix it?
Thanks,
Luuk