Notifications
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268