I need a bit of help; I have been searching for solution but still no results 😭
So, I have 2 SharePoint list.
Employee list

and a Training data

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...😅)

But the dropdown is where I'm stumbled

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 😭