{
“$schema”: “https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json”,
“elmType”: “div”,
“style”: {
“padding-left”: “20px”,
“font-weight”: “bold”,
“background-color”: “=if(Number(@currentField)==0, ‘#CE70F9’,if(@currentField <= @now, ‘red’,if(@currentField <= @now + 2592000000 && @currentField > @now ,’orange’,’lightgreen’))”
},
“txtContent”: “=if(Number(@currentField)==0, ‘No Information’,[$First_x002d_Aid.displayValue]”  ** Needs to be changed per column
}