Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

Unable to connect dropdown to SharePoint list

(0) ShareShare
ReportReport
Posted on by 78
Hello Everyone,
 
I was building a header component in Canvas application, so in header I have also included a dropdown so that I can map users, Users are coming from SharePoint list "User Mapping" and this list contains Column like User Name, Supervisor's, Director all these are Person or group column.
 
Issue :
 
the issue is when try to connect my dropdown to Datasource it's not connect, I also tried connecting with other SharePoint list but its not working. Anyone know how to resolve this issue.
 

  • Verified answer
    mmbr1606 Profile Picture
    13,083 Super User 2025 Season 1 on at
    Unable to connect dropdown to SharePoint list
    hey
     
     
    when u always want show the logged in users name why dont u simply use User().FullName in a textlabel?
     
     
    what is the requirement that u need to use sharepoint for this?
     
     
    cheers
  • SR-02111122-0 Profile Picture
    78 on at
    Unable to connect dropdown to SharePoint list
    According to requirement I have to only use SharePoint. Always Displayed the logged in User
  • mmbr1606 Profile Picture
    13,083 Super User 2025 Season 1 on at
    Unable to connect dropdown to SharePoint list
    hey
     
     
    instead of using a sharepoint liste you could also use the office 365 users connector.
     
    add the office 365 users connector to your app.
     
    in the items property of your dropdown use this:
     
    Office365Users.SearchUser({searchTerm: searchTextInput.Text})
     
    you would also need to place a textinput control that functions as a searchbox.
     
     
    can i also ask what the use case is? should it always display the logged in users information, or anything else?
     
     
    cheers

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1