Hi @Tuncel Biyikli ,
Using the following json formatting code:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"style": {
"padding-left": "14px",
"background-color": "=if(@currentField == '' &&(indexOf([$Equipmenttyp], 'Apparat') != -1), 'red', '')",
"color": "=if(@currentField == '' &&(indexOf([$Equipmenttyp], 'Apparat') != -1), 'red', '')"
}
}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.