Hello,
I'm trying to pre-populate a person field based on the email entered in an input box. Below is a snippet of my edit form, table, and code. The person field is highlighted in yellow and the email string is underlined in red. Right now I am using a table that contains the person (person data type), their email (text data type), and their name (text data type).
When the email entered into the Associate_Director_Email input box matches the Person_Email in the table, I want it to return the matching person data type to the Associate_Director dropdown box (yellow). Any help is greatly appreciated. I can provide additional details if needed.
Associate_Director dropdown 'Default' code:
LookUp('Approvers List', associate_director_email.Text = Person_Email, Person)
Edit Form:

Table "Approvers List":
