Announcements
SharePoint's Person or Group column stores metadata (like Display Name, Email, etc.), so you must use the unique identifier (e.g., email or display name) to group rows.
Person or Group
Email
DisplayName
RECRUITER.Email
RECRUITER.DisplayName
CountIf()
You can automate this process with Power Automate by creating a flow that numbers rows grouped by the RECRUITER column.
RECRUITER
Create a New Column In your SharePoint list, create a new column named Row Number (Type: Number). This column will hold the numbering values.
Row Number
Build the Flow
Get Items
Update Item
Configure the Grouping
Filter Array
If you're building a Power Apps app that displays or interacts with your list, you can calculate and display row numbers dynamically.
Retrieve Data from the SharePoint List Load the data from your SharePoint list into a collection using the ClearCollect function.
ClearCollect
RecruiterData
RowNumber
Ungroup( AddColumns( GroupBy( AddColumns( YourSPList, RecruiterGroup, Recruiter.DisplayName ), RecruiterGroup, Grouped ), MyPositions, CountRows(Grouped) ), Grouped )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 542 Most Valuable Professional
Haque 206
Kalathiya 201 Super User 2026 Season 1