I have a lookup list named 'State Email Master' with the state (text), email address (text), and Rep (person field, multi-choice) fields. I have Three additional fields in my main form named State, 'Rep Email' (text), and 'Rep' (person field). I successfully have the 'Rep Email' field populated when the state field matches from the form to the lookup list using the below formula:
LookUp('States Email Master', State = Dropdown1.Selected.State, 'Email Address')
However I can't get the 'Rep' person field to populate from the lookup list using the same formula, obviously trying different field name combinations for the rep field.