Hi All!
Happy new year first of all.
I have a SharePoint list called "Time Records", it uses a column called "VID" as the primary key, we have a bunch of users who log time against tasks and it stores the below data in the "Time Records" list.
"Start DateTime": 11/01/2021 10:00
"End DateTime": 11/01/2021 11:00
"VID": User().FullName
"TaskType": Choice Column (don't need to report on this)
I am trying to generate a report within PowerApps so that I can have a data table that'll show each unique VID (user) and then their total time logged between two date ranges.
Thanks!