Hi,
I have a dropdown control that is populated by a SharePoint list, that is setup like the one below:

The DropDown in PA is populated from the values in column "Title". As you the other column (Value) in most cases has a value listed but Item 3 is empty. What I'd like to be able to do is if a user selects Item 3 from the dropdown the font colour will change to RED to alert the user there is no value associated to that item. This is what I've tried so far but I can't get it to work, this is in the "Color" property on the dropdown.
If(IsEmpty('TestList'.'Value'),Red,Black)
Hopefully this idea will work, the ideal would be to hide Item 3 from the drop down completely but that might be a step to far to achieve.
Thanks in advance for any help.
Rob