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 / People Picker Choices ...
Power Apps
Answered

People Picker Choices from Another List

(0) ShareShare
ReportReport
Posted on by 193

I have a SharePoint list with a person column, that I've added certain employees to, with the list name "Advocates", the column name is "Advocate".

 

On a New form for "Escalations", I'd like to have a people picker that allows me to choose from the employee names on the "Advocates" list.

 

The default formula for the people picker on Escalations is:

 

Items = Choices([@'Escalations'].AssignedTo)

 

 

What would I change this formula to? I've tried the formula below with no success:

 

Items = Distinct('Advocates',Advocate.DisplayName)

 


I'd like to just populate this list with the items already added to the Advocate list under the Advocate title. 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,125 Most Valuable Professional on at

    Hi @RodM ,

    Try this

    Distinct(
     AddColumns(
     'Advocates',
     "AdName"
     Advocate.DisplayName
     ),
     AdName
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • RodM Profile Picture
    193 on at

    Thank you! Small typo fixed:

    Distinct(
     AddColumns(
     'Advocates',
     "AdName",
     Advocate.DisplayName
     ),
     AdName
    )

     

  • RodM Profile Picture
    193 on at

    @WarrenBelz ,

     

    Although this has technically worked to populate the combobox, when I submit the form, nothing is there. What do you think I'm missing here?

    This source data is a person column, and I'm attempting to submit it into a form field that is also expecting a person.

  • WarrenBelz Profile Picture
    156,125 Most Valuable Professional on at

    @RodM ,

    One of the (many) reasons I do not use complex field types such as person/lookup etc. You only have one element of the field when you use a Distinct filter on the Items, so you need to get the rest back, particularly the email. This needs to be in the Update of the Data Card and you could consider the Office365 connector using the name you just selected to get the email back.

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard