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 PowerApps fo...
Power Apps
Answered

Lookup on PowerApps form that will get name from another SharePoint list

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello All,

 

I have a PowerApps form where data source is a SharePoint List. On form I have a Name column (single line of text in a SharePoint list). For that Name column I want to search employee name in another SharePoint list (Employee List). The Employee list has more than 200 employees so I don't want to create a dropdown on form. Is there a way to create a lookup column that will search employee name in another list when a user type letters in name column in PowerApps. 

 

Please advise.

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,924 Most Valuable Professional on at

    Hi @Anonymous ,

    I am not sure exactly what you want to do with the output, but if you put this is a label, it will show matching employees as the user types in

    LookUp(
     YourOtherList,
     StartsWith(
     Name,
     YourTextInput.Text
     )
    ).Name

    Also, Name is a bad title for a field - the last section of this blog of mine may be helpful to you.

     

    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.

  • WarrenBelz Profile Picture
    154,924 Most Valuable Professional on at

    Hi @Anonymous ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    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.

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

    Based on the issue that you mentioned, do you want to search key words about the employee name?

    Could you please share a bit more about the scenario, do you have a form in your app?

    I think a Combo Box could achieve your needs.

    Replace the Text input control with the Combo Box.

    Set the Items property as below:

    Filter('Employee List'.'Employee Name',ComboBox7.SearchText in 'Employee Name')

    Set the DefaultSelectedItems property as below:

    [ThisItem.Name]

    Note that 'Employee Name' is a column existing in 'Employee List'. The Name is a column existing in your current list.

    Please make sure the "Allow searching" function is on.

    Hope it could help.

    Regards,

    Qi

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you @v-qiaqi-msft . It worked.

  • jaanihsm Profile Picture
    300 on at

    Hi @v-qiaqi-msft! Trying to achieve this but get an error? Any directions?

    Members is a single-select person column on another SP list. Main list is 'ListData2', the other 'ListData2Members'. Thank you! 🙂

     

    jaanihsm_0-1717802569715.png

     

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

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard