web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Concatenate First Name...
Power Apps
Answered

Concatenate First Name from a Person Column from SP List

(0) ShareShare
ReportReport
Posted on by 11

I need to display the first name only from a Person Column in SP List.  I am using this code in the Text property

 

ThisItem.'Assigned To'.DisplayName'
 
It works fine and gives me the full name.  I have searched everywhere for a simple solution that does not involve a flow.
 
Thank You,
Categories:
I have the same question (0)
  • Ami K Profile Picture
    15,689 Super User 2024 Season 1 on at

    @RoadRunner - you can obtain the first name by adding the Office 365 Users connector as a data source, and then adding either of the below onto the Text property of a Label:

     

    First(Office365Users.SearchUser({searchTerm: ThisItem.'Assigned To'.Email})).GivenName

     

     

    Office365Users.UserProfile(ThisItem.'Assigned To'.Email).GivenName

     

  • Verified answer
    RoadRunner Profile Picture
    11 on at

    Thanks Imran, 

     

    I wanted something minimal.  I kept poking around until I got it to work after posting this message a few minutes ago.  Here is the code I am using:

     

    First(Split(ThisItem.'Assigned To'.DisplayName," ")).Value
     
    I kept using .Result but it would not work with DisplayName.  Finally after watching the code prompts I tried Value and it worked. 
     
    Thanks Again.

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard