щелкните стрелку раскрывающегося списка и выберите «Форматировать этот столбец»
![enter image description here](https://i.stack.imgur.com/Dgmp3.png)
В поле, которое показано справа, вставьте JSON ссылка ниже. Нажмите Сохранить.
![enter image description here](https://i.stack.imgur.com/K0nAh.png)
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"debugMode": true,
"elmType": "div",
"attributes": {
"class": "=if(@currentField != '', 'sp-field-severity--good', if(@currentField == '', 'sp-field-severity--severeWarning', ''))"
},
"children": [
{
"elmType": "span",
"style": {
"display": "inline-block",
"padding": "0 4px"
}
},
{
"elmType": "span",
"txtContent": "@currentField"
}
]
}
Финал
![enter image description here](https://i.stack.imgur.com/o2SYa.png)