Forum Discussion
Michael Butterfield
May 31, 2019Iron Contributor
Images in modern SharePoint lists
I was wondering if you know how to implement putting an image in a column on a list in SharePoint? I’m developing a system where staff can send colleagues praise, essentially by creating a new it...
May 31, 2019
Two-three possibilities here:
(1) Simple one: add just a hyperlink column that points to the picture you want to add per SPO list item
(2) Use JSON formatting capability to automate when to put a badge depending on the column value
(3) Create a SPX extension to apply formatting to your list
(1) Simple one: add just a hyperlink column that points to the picture you want to add per SPO list item
(2) Use JSON formatting capability to automate when to put a badge depending on the column value
(3) Create a SPX extension to apply formatting to your list
Michael Butterfield
Jun 01, 2019Iron Contributor
Thanks Juan. I've put them badges in a document library so they'll have URLs, so how do I get those to be selectable using hyperlinks?
Ideally I just want people to choose a type of praise/badge from a list and have it show as an icon.