Sep 26 2023 07:28 AM
Hi,
I am creating a site for our internal technical Knowledge base. I have a button that links to a form, which allows you to create a list entry.
What i'd like to have is a section on the front page that shows how many entries people have created. Like display the top 3 contributors. I am trying to promote users to create entries, so having a leader board would help foster some interest.
Sep 26 2023 11:56 PM
To concisely display the top contributors to a SharePoint list on a page, you can:
Here is an example of a Power Automate flow that you can use:
Trigger: When a new item is created in a list Actions: 1. Get the author of the new item 2. Get the corresponding item in the contributor list 3. Update the Count column for the author in the contributor list
Oct 30 2023 05:22 AM