Hey everyone. I am having an issue with something that I thought I had correct but once my SharePoint (SP) list went past 2000 entries it turned out I do not have figured out. So here is what I currently have:
ClearCollect(AllMyData,Filter('Daily Summary',Lower('Created By'.Email)=Lower(User().Email)))
Basically, in my gallery i want to data to filter to the current user that is logged in. Simple enough, or so I thought. I also had, on the app load event, a variable that was the user().Email and I used that in the collect formula but when I did (at least in testing) nothing was returned, which is why it is still User().Email - the lower is just a little catch for people's name's with random capitalization.
Can anyone shed some light on this delegation issue i am having?