yes, but I'm using below code to highlight color for the icon, it's showing background as square and I would like to change it to circle with color, I don't know how to do that 😞
If(ThisItem.IsSelected,RGBA(255, 191, 0, 1),With({_item:colName},If(!IsBlank(LookUp(_item,Office.Id=ThisItem.ID&&Employee.Email=UserInfo.Email)),RGBA(255, 255, 0, 1),IsBlank(LookUp(_item,Office.Id=ThisItem.ID)),RGBA(54, 176, 75, 1),RGBA(255, 0, 0, 1))))