Forum Discussion

kyleb350's avatar
kyleb350
Copper Contributor
Apr 22, 2022

JSON Image Formatting in Lists Not Working on Mobile

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?

No RepliesBe the first to reply

Resources