A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi all,
From yesterday we got the same issue suddenly. Worked for at least a year without trouble, now suddenly the new added images are saved under a different location and they are not display in JSON column formatting.
My JSON for picture column:
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json","elmType": "div","children": [{"elmType": "img","attributes": {"src": "@currentField.serverRelativeUrl","title": "=if(@currentField.serverRelativeUrl == '', 'No picture available', @currentField)"},"style": {"position": "relative","top": "50%","left": "10%","margin-top": "10px","width": "200px"}}]}