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 field from Shar...
Power Apps
Answered

People field from SharePoint customizations

(0) ShareShare
ReportReport
Posted on by 169

Hi all, I am looking to customize my People field I am pulling from my SP list.  I am trying to do 2 things.

 

1. How do I set it so that I don't get suggestions?  As soon as I click on the field it pops up the most frequently selected users, I don't want that, I want no suggestion until...

2. Can I force the user to type at least 4 characters before it starts searching AD?

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

    I have come up with a solution.  

    First I added the "Office365Users" data connection.

    For the "Person Picker" data card I changed the "Update" field to

     

    {
     '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims: "i:0#.f|membership|" & ddWho.Selected.Mail,
     Department: "",
     DisplayName: ddWho.Selected.DisplayName,
     Email: ddWho.Selected.Mail,
     JobTitle: "",
     Picture: ""
    }

     

    ("ddWho" is the name of my combo box)

     

     the combo box I had to change the "Items" field to

     

    If(
     Len(Self.SearchText) < 4,
     Office365Users.SearchUserV2({searchTerm: "abcdefg"}).value,
     Office365Users.SearchUserV2(
     {
     searchTerm: Self.SearchText,
     top: 9999
     }
     ).value
    )

     

    The If( Len ... makes the user have to type 4 characters before searching AD.

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 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard