Hi Expertise,
Recently i am facing an issue while saving the image as attachment in CRM captured by camera control from canvas app .
I saves the imag as jpeg format to collection from camera control. As camera control gives the URL as base64 string of captured image with the prefix “data:image/jpeg;base64,”. so, i replaced initial string with ""(blank) and saved into the CRM . the record has been saved but while opening the attachment from CRM ,it gives below error

After digging more, i found that the base 64 string of saved image from the camera control was like "/png" as shown below and not the "/jpeg" and i was replaing the initial string by considering it as "/jpeg",

In CRM these attachments are stored as jpg type as below:
I followed the same steps earlier(before recent update) also but at that time i didn't face such issue.
can anyone of you let me know why this behaviour of mismatching of base64 string is happening after the recent updated of powerapps?
thanks in advance.