Forum Discussion
Silas Ezekiels
Apr 04, 2018Copper Contributor
Column conditional format with Json to display attention colour if column is blank
Hi Devs,
I need your help. I cannot for the life of me figure out how to tweak this Json schema provided by Microsoft in order to format a column to simple display an attention or warning colou...
Erik Wettergren
May 22, 2019Iron Contributor
Hi Jeremiah, this code of yours does exactly what I want except that for those list items containing an object (in my case users) it replaces the user name with the text string [object Object] any ideas on how to avoid that?
bu11frogg
May 22, 2019Brass Contributor
Erik WettergrenI'm definitely no expert in this, sorry! I just shared what worked (which I borrowed from @Bibhu Panigrahi and modified a bit by trial-and-error until I got what we needed).
I've found a lot of good stuff here: https://github.com/SharePoint/sp-dev-list-formatting/tree/master/column-samples
Those samples are great starting points, hopefully you find something useful. Good luck!
- Erik WettergrenMay 22, 2019Iron ContributorTanks, will look into those examples!