Hi,
I have a button that should only appear when the status is High, user is in the area "Escalate" and there is a person tagged to Senior Sponsor and Owner.
At the moment the contact DisplayName can be blank yet the button will appear is status and area are valid! Tried various variants and still get the same behaviour! Any idea? Thanks!
If(DataCardValue209.Selected.Value = "High" And GalleryHeader.Selected.Name = "Escalate" And !IsBlank(Senior_x0020_Sponsor.DisplayName) And !IsBlank(Owner.DisplayName), true, false)