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 / Poweapp lookup from dr...
Power Apps
Answered

Poweapp lookup from dropdown

(0) ShareShare
ReportReport
Posted on by 57

I need a bit of help; I have been searching for solution but still no results 😭

So, I have 2 SharePoint list.

Employee list 

 

hoaanhnguyen_0-1694505661591.png

 

and a Training data 

hoaanhnguyen_1-1694505697896.png

Basically, what I'm trying to do is Lookup the Employee ID from Employee List, based on Trainee (Text Input) and Campus(Dropdown) from Training Data. I tried to lookup from the Trainee (TextInput) first and it worked fine (I think...😅)

hoaanhnguyen_2-1694505885685.png

But the dropdown is where I'm stumbled 

hoaanhnguyen_3-1694505997530.png

I keep getting this error, I tried few different syntaxes I found on google 😅. Still no luck

LookUp(Employees,CampusE = Dropdown2.SelectedText.Campus,'Employee ID')

LookUp(Employees,CampusE = Dropdown2.Selected.Value,'Employee ID')

LookUp(Employees,CampusE = Dropdown2.SelectedText.Value,'Employee ID')

 

I have no idea what I am doing as a begginner to this powerapp thing so I need a lot help 😭

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,636 Super User 2026 Season 1 on at

    Hi @hoaanhnguyen ,

     

    It seems you are almost most there: Assuming the Employee_ID column in 'Training Date' is a LookUp column, you should not select the EmployeeID property, but instead pass the entire record that is returned by the LookUp function:

     

    LookUp(Employees,CampusE = Dropdown2.Selected.Value)

     

    Also, use the Selected property for drop downs in stead of the deprecated SelectedText property.

  • hoaanhnguyen Profile Picture
    57 on at

    Sorry I forgot to mention about the column types, EmployeeID column on both lists are just 'Single line of text" column. I got the impression that even if I don't connect them with lookup column, I can still connect them through powerapp since they both have Name(single line of text), Campus(Choice column) and EmployeeID (single line of text) column 

  • Verified answer
    BCBuizer Profile Picture
    22,636 Super User 2026 Season 1 on at

    Hi @hoaanhnguyen ,

     

    In that case the issue is with the CampusE column which expects a record. You can remedy that by selecting its' Value:

     

    LookUp(Employees,CampusE.Value = Dropdown2.Selected.Value,'Employee ID')

     

  • hoaanhnguyen Profile Picture
    57 on at

    Thank you very much, the data showwed up 😆

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 493 Most Valuable Professional

#2
11manish Profile Picture

11manish 479

#3
Haque Profile Picture

Haque 328

Last 30 days Overall leaderboard