Hello all.
I have the following statement in my powerapp but it is telling me that my email is not found in my data connection via sharepoint. My data connection is there so I'm not sure what's wrong.
IsBlank(LookUp(User_Access_3, Title = User().Email).Title)
My sharepoint site list is set up as user access with the column header title. the column includes my email address.
I don't know why it's telling me "true" when it should be finding my email as the user.
Thanks!