Hello, all
I am in desperate help with this one... I have been trying unsuccessfully for hours now to patch an image file in my canvas app to a Dataverse 'Image Column' .... Scouring every post and hint I could, I have successfully converted the image to base64 (via the variable method)
Set(BinaryImageData,Substitute(JSON(imgDeviceOldSNImg.Image,JSONFormat.IncludeBinaryData),"""",""));
And have put that resulting variable into a new image file and it is displayed as expected:
But no matter what I do, it will not patch into my Dataverse table. It shows no error, but that column will not populate with anything. I have tried directly patching that image file with the ForAll statement and the following code for the image column:
cr369_olddeviceserialnumberphoto: {Value: imgDeviceOldBase64.Image, Full: imgDeviceOldBase64.Image},
Again, no errors but nothing will show up in Dataverse, I'm wondering if I need to shorten the Base64 code as I have read in some posts...
HELP ME PLEASE !! My app goes live tomorrow, and I can't store the images in Dataverse! )
Thank you in advance for any urgent help you can provide.