SharePoint Image column(thumbnail) behaving differently
Hi
My SharePoint Image columns(thumbnail) are behaving differently. It was previously saving the items in the below format:
'{"type":"thumbnail","fileName":"test.jpg","nativeFile":{},"fieldName":"ProfilePicture","serverUrl":"https://mytest.sharepoint.com","fieldId":"id","serverRelativeUrl":"/sites/SIteName/SiteAssets/Lists/ListID/image.jpg","id":"ID"}'
But now it is returning data in the below format:
"{"fileName":"Reserved_ImageAttachment_[14][ProfilePicture][7][content][2]_[10].jpg"}"
what could be the reason?
All the existing items are returning the data in old proper formats, but uploading a new image is causing the issue.
Please help