Hi
There is a black box appearing in the label text for some employees and others can see the text normally. Any idea why this is happening?
My code for this label text is :
If(
First(
Sort(
Filter(
'Back to Work Eligibility',
Employee.Email = VarUserEmail
),
'Next Check-In Date',
Descending
)
).'Next Check-In Date' < Now(),
"Self-Assessment Required",
If(!IsBlank(Last(Filter('Back to Work Eligibility', 'Created By'.Email = User().Email, Result).Result).Result), Last(Filter('Back to Work Eligibility', 'Created By'.Email = User().Email, Result).Result).Result))