JSON Image Formatting in Lists Not Working on Mobile

Copper Contributor

I am using Lists for a mini inventory management process. One column I have is auto calculating a URL based on the Title. I then format it with the following JSON:

 

{"elmType": "img",
"style": {
"width": "100px"},
"attributes": {
"src": "@currentField"
}}

 

Works wonderfully on desktop, but when I look at the list on SharePoint mobile, it simply shows the URL that I generated. It appears to skip the JSON formatting.

 

Is there an alternative way around this to show images I have stored in another SharePoint documents folder?

0 Replies