I have a list called UserStudent,
Columns
Name- Single line of text
UserEmails- People Picker
Phone no-Single line of text
I am filtering this in gallery of power apps, but i tried lower case and provide varUserEmail in start up by setting Set(varUserEmail,User().Email).
But i can't able to filter data's related to that and facing delegation issue.
Basically trying to getting people picker value from list is the issue it seems.
Filter part in my gallery