SharePoint list is not showing images from lookup column

Iron Contributor

I have a list which when people add a new item it pulls in an image from a library using a lookup column and json format.

 

Screenshot 2019-06-13 at 18.59.53.png

 

For some reason it's suddenly stopped working even though i've not changed anything!

 

Screenshot 2020-01-21 at 08.58.56.png

 

The JSON formatting is

 

{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "img",
"attributes": {
"src": "=@currentWeb + '/Praise Badges/' + @currentField"
},
"style": {
"width": "100px",
"height": "100px"
}
}

 

I don't know if it's the JSON or something Microsoft has changed in the background, but if anyone has any ideas it would be much appreciated!

0 Replies