Hello all,
I've got a SharePoint List with 3 columns: email (text), score (integer), week (choice column, takes values week1, week2, week3, week4).
Our users go through a weekly quiz and a new record is created in the SharePoint List with their weekly score.
I'm creating a Power App with a Leaderboard for this activity. In my app, using some formulas I've managed to display the total cumulative score for each "player" and sorted the Gallery so that top score displays first.
I'm now looking to add a label with the relative index/position of each record in the Gallery. For example, top cumulative score --> 1., second best score --> 2 etc.
Could you please help?