Hi, I'm trying to set the fill property based on an items optionset value, and can't get it to work.
Is there a secret to doing this? I thought this would be straightforward, but it's proving to be nothing but that.
If(ThisItem.'Contact Match' = 'Contact Match (Mailing List Contacts)'.Yes,Color.Red,Color.Blue)
Any ideas?