Hello,
I'm trying to change the text color of a label based on the status on another column but it is not working. So i have a Employee column and another column with status. I want text color for Employee column to be Red if the status column= Vacant, anything else is just black.
I tried this but its not working and it looks like im missing some information.
If(ThisItem.Status.Value ="Vacant",Color.Red,Black)