Hi.
I have an app which allows users to log their hours with a gallery where they are able to view (just the galley) the entries they have made.
On the Items tab of the gallery I've used the following coder to return the results unique to the logged in user:
LookUp(Hours, 'Email Address' = User().Email)
This did appear sort of work. As I'm testing this, I made 3 entries using using my AD Account and email address, when I refreshed the data source, only one item was showing in the gallery instead of 3.
I haven't had to make a gallery like this before so what am I doing wrong?