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 / Need Lookup function t...
Power Apps
Unanswered

Need Lookup function to bring back DisplayName from Lookup list to destination list person field in form

(0) ShareShare
ReportReport
Posted on by 85

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.

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @ShawnPelletier 

    The question is - your Rep column is a multi-select column...so, which choice would you want to look up??  The first one, the last one, or all of them?

     

    First one:

    First(LookUp('States Email Master', State = Dropdown1.Selected.State, Rep)).DisplayName

    Last one:

    Last(LookUp('States Email Master', State = Dropdown1.Selected.State, Rep)).DisplayName

    All of them:

    Concat(LookUp('States Email Master', State = Dropdown1.Selected.State, Rep), DisplayName, ",")

     

    I hope this is helpful for you.

  • ShawnPelletier Profile Picture
    85 on at

    This is what I used for the 'Reps' field in my form:

    Concat(LookUp('States Email Master', State = Dropdown1.Selected.State, 'Sales Reps'), DisplayName, ",")

     

    It's coming up with a generic message stating there is an error somewhere, if I use Concatenate instead it says the function has some invalid arguments.

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 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard