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 / Lookup challenges, pro...
Power Apps
Answered

Lookup challenges, probably syntax

(0) ShareShare
ReportReport
Posted on by 218

Hi, I have an app that I created and regardless of where the data is stored, I cannot seem to get the lookup right anymore.

 

Here's an example of attempting to pull the contact's first name from my contacts table.  I tried a couple different ways.

 
LookUp(contacts,contacts_id=Parent.Default,first_name)
 
Any insight is appreciated.
 
Thanks.
 
 
Categories:
I have the same question (0)
  • Verified answer
    Ethan_009 Profile Picture
    4,838 Moderator on at

    Hi @ez1138 ,

     

    Your syntax is incorrect

    Also, where are you using this? 

    Parent.Default doesn't work like that

     

    Let's say you have an ID of the Contact

    Then your code will be,

    LookUp(contacts, contacts_id = contactID.Text, ThisRecord.first_name)

     

    Note: Your source and field name should be correct. It will throw error if something is not matched.

     

    Hope this helps

  • ez1138 Profile Picture
    218 on at

    Cool.  That helped.  Here's what worked well.

     

    LookUp(contacts, contacts_id = contacts_id, ThisRecord.first_name)

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard