Announcements
You can't directly extract just the last name from a "Person or Group" column in SharePoint views. The field always displays the full name. To show only the last name, create a separate calculated column or do the transformation in Power Apps or Power Automate.
Power Apps solution: Use this formula to extract last name: Last(Split(ThisItem.Person.DisplayName, " "))
Power Automate or calculated column option: Use a flow or calculated column with a formula like:
=RIGHT([Person],LEN([Person])-FIND(" ",[Person]))
Is the following for a calculated column in the SharePoint list?
When the form is submitted, the extracted last name will be saved to the new column in your SharePoint list.
Steps to Save Only the Last Name from a Person Field in SharePoint via Power Apps:
Create a Single line of text column in SharePoint called "Last Name".
In Power Apps, add the "Last Name" data card to your form.
Set the Text Input’s Default to: Last(Split(PersonDropdown.Selected.DisplayName, " "))
On form submit, the last name will be saved to SharePoint.
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.
Vish WR 914
11manish 627
Valantis 598