Hi,
After a patch function has run and saved the data into a SharePoint list, how can I confirm that the image is saved (by not only relying on IfErrorr)?
I’ve tried comparing the image I’m saving with the SharePoint image (after save) by:
- uploading both (before and after) into a collection and comparing the collection data with the .Full attribute
- comparing without the .Full attribute
- comparing both collection images through the Image property of an Image box
All three attempts are providing a result stating the images are different when the save has worked.