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 / Look up data from anot...
Power Apps
Answered

Look up data from another table

(0) ShareShare
ReportReport
Posted on by 31

I currently have a gallery that is set up to pull data on a project from a sharepoint list.  Not all fields that I would like to display in this gallery are a part of the data source list, but are a part of another which both share a common ID filed.  What would the syntax of a lookup function be to get the value I need based of the shared ID from both lists.  This is what I currently have.

 

LookUp(Newtable,NewtableID0 = ThisItem.gallerysourcetableID,Title)

Categories:
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Cjohnson20 

    AddColumns(
     splist,"othertitle",LookUp(
     Newtable,NewtableID0 = splist,ID
     ).Title
    )
    
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Cjohnson20,

    Have your solved your problem?

    If you want to display items sharing the same id from another list, the formula you provided is correct, what's your problem?

     

    LookUp(
     ListA,//This is my another list
     ID = ThisItem.ID,//This is the sharing id
     Stock//This is the needed displaying field from another list
    )

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard