Hello fellows,
I've been wraping my head around this question
I have a "persons" field in Sharepoint;
In powerapps to get the list of everyone I would make a table with the items property as
Choices(DataSource.Users)
this will create a table with the collumns
Claims, Email, Department, DisplayName, Job Title
Being this table filled with all the users in the corporation.
My problem lies here:
Why does
Lookup(Choices(DataSource.Users);Email = "email@imsureisthere.com")
return no record?
This happens with any email and even using User().Email for my own email
Truly thankful for any insights
EDIT:
It doen't give an error, it instead returns and empty table as if the searched email wasn't in Choices(DataSource.Users)
Edit:
Choiches(Users.EmailDiretor) returns a table

When i try to lookup on that table i don't get a record even using my User().Email
