Hello Powerapps community,
I am attempting to display a gallery where it shows the most recent entry for each work period (connected to a SP list). In the app, the user enters hours dependent on their work schedule, but are free to go back and enter the most recent data for each period. This results in double entries in my Sharepoint list for the same period.
Currently, my gallery displays all entries, and sometimes double entries for a specific period. I have attempted to utilize the "Last" function or the "Distinct" function but am not entirely sure how to apply that to a specific column in a Sharepoint List.
Here is my code for the gallery as of now:
Filter('Capacity Form',Manager.DisplayName=User().FullName)
I would like to show the latest current user's entry dependent on a SP column titled "PeriodName"