I'm using powerapps on a sharepoint list datasource. Trying to do a filter based on the current user's email ID on a single line text field in sharepoint. Getting this error,
I believe there's 2 errors above.
1) User().Email function itself does not support delegation.
2) '=' operator does not support delegation.
For (2), not sure why it's giving an error. '=' operator supposed to support delegation,
For (1), I've saved the User() object into a global variable "CurrentUserG" on start. It seems to fix this error.