Good evening all you smart folks. Please bare with me as I am a first time poster and want to lay everything out for you all in hopes that you can help me. I am working on my company's Sharepoint site and trying to do a little more than I believe I know how.
The event is a walk-a-thon. The SharePoint page has a microsoft form connected to it. The form takes in the input of 3 items
1) time walked
2) steps taken
3) miles walked
Once the form is submitted a flow starts that creates an item on a sharepoint list (found a video on this). The form allows a person to submit multiple times and the flow works as intended.
The Sharepoint list has the following columns:
1) Submitter's name
2) time walked
3) steps taken
4) miles walked
What I am trying to do is create some kind of leader board. I want a leader board for each of the inputs but I am having a hard time how to add up "like names". For ease lets just focus on time walked. So say I submit 3 days in a row; I want my total cumulative time walked number to be able to get figuredout. I'm just not sure how to set this up. I was thinking I possibly needed to create a separate sharepoint list that somehow takes in the a name and the time walked, when the same name comes in again it adds the new amount to the old amount and deletes the old entry?
Any help would be greatly appreciated