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 / Lookup on multiuser pe...
Power Apps
Answered

Lookup on multiuser people picker in SharePoint - displaying usernames

(0) ShareShare
ReportReport
Posted on by 240

Hello,

 

I have screen with a control that looks up SharePoint people picker display name. This column in SharePoint has been changed to multiuser. The app collapsed and I had to fix the formula,. New, adjusted formula seem to be recognizing that there are two users in SharePoint field(please see the screenshot) but it is unable to display username.displayname value of each user. 

How can I make sure that display name is shown in the text value for each user in the SharePoint multiselect people picker field. . 

 

Thank you

If(
 'Task Status'.Text = "Not Started" || ID_var = 0,
 "Determined by Brand",
 LookUp(
 ActiveLAFRequests,
 ID = ID_var,
 Concat(
 'Label Buyer'.DisplayName,
 ","
 )
 )
 
)

 

nemanjasovic011_0-1660311838824.png

 

Categories:
I have the same question (0)
  • Verified answer
    nemanjasovic011 Profile Picture
    240 on at

    This is the answer:

    f(
     'Task Status'.Text = "Not Started" || ID_var = 0,
     "Determined by Brand",
     LookUp(
     ActiveLAFRequests,
     ID = ID_var,
     Concat(
     'Label Buyer',DisplayName,
     ","
     )
     )
     
    )

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 899

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 499

Last 30 days Overall leaderboard