i have a mail icon in my gallery that i want to only be visible when a column CLRecipients has data in it. i have tried the following on the visible settings of the icon
If(IsBlank(ThisItem.CLRecipients.Value),false,true)
It shows for all regardless of the blank entries.