Hi,
i am often working with lookups to the dataverse users table. To compare or filter by a user, i am using the email adress, because this is unique for every user.
e.h. Filter(datasource,EmployeeLookup.Email = User().Email). This works fine in most cases.
But sometimes i have a strange behaviour - it can show the displayname of the user, but other information are shown as empty, although they are existing in the users table.
Displayname works:

Email does not show up:

But in the table, both information are existing:

And in other parts of the app, the same behavior works fine :( And idea?
------------------------------
Fabian Heil
------------------------------