Hey there!
I am struggling to find a solution that works for what I'm trying to do
I have a SharePoint list that is updated using a Power App, the power app uses an employee lookup drop-down for an "Employee Name" field in the SharePoint list.
Ideally, I would like it so that when the employee name field is selected, IF their record exists in the SharePoint list: I want the existing form fields to be propagated with their existing data.
I know this means that I'd possibly need to have an OnChange control and then a LookUp for the information, but I am struggling to write the call out and make it work with my current knowledge/skills
Right now I'm playing with LookUp('IT Deskside Onboarding CheckList','Employee Name'.DisplayName = ????)​
No matter what fields or information I try it doesn't seem to work.
I'm hoping the community might have some guidance in the right direction for me

