Hi everyone,
I'm experiencing an intermittent issue with patching images to SharePoint from my PowerApps app. My setup allows users to upload up to 8 images at a time in a custom form, and I'm using the Patch
function to save these images to a SharePoint library.
The process works was working correctly for the first few months and now correctly at times, but often, the images seem to get corrupted in SharePoint. They appear to upload (as the image files show up in the library), but when I try to view them, they are either incomplete, blank, or unviewable. I haven’t identified a consistent pattern in when it fails versus when it works.
Has anyone encountered this issue before? Could there be a specific cause for this random image corruption when patching to SharePoint, or are there best practices I should be following to ensure image integrity?
Any guidance would be appreciated!
A broken image logo shows saying that something has tried to be uploaded otherwise the space remains blank, this is the message in SharePoint when I try to open the image in SharePoint.
Below are a couple of examples the first showing all corrupted/failed images the second showing the first 5 photos patching fine and then corrupting/failing the last ones.
PowerApps.Media
function, I have included my on select button for my form submit how would I incorporate the PowerApps.Media
function?PowerApps.Media
function to adjust resolution or size if needed.