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 / Sharepoint Relationshi...
Power Apps
Suggested Answer

Sharepoint Relationships ID vs Title

(1) ShareShare
ReportReport
Posted on by 16
Hey there! I'm wondering what's the best way to create relationships between items. I've seen some training that uses the ID of the list, while others use the title field. Any advice on this would be really helpful. I'm currently building a new employee onboarding app using a SharePoint list as the data source. I initially tried using the ID, but when I created a form in Power Apps, I couldn't figure out how to display the title instead of the ID.
  • Suggested answer
    michalparal222 Profile Picture
    86 on at
    Hi Jon,
     
    in my experience there are two ways you either use a LookUp column in SharePoint or you use the item ID as a reference to the original item. And I am assuming that you are speaking of two or more lists, not just one.
     
    But when you need to use it in your PowerApp I would choose the ID, because LookUp column are not delegable. 
     
    I am not sure what you meant by "I couldn't figure out how to display the title instead of the ID." but when you know the ID if the item, you can always get all the details about it, for example in Form:
     
    LookUp('DataSource',ID = 3) // You should replace the value 3 with some dynamic variable.
  • enriqueglopez Profile Picture
    516 Moderator on at
    To get the title from that LookUp, you should use:
     
    LookUp('DataSource',ID = 3).Title
     
    This will return the value Title.
     
    If my answer helped you, please mark it as solution.
  • JonEric Profile Picture
    16 on at
    I have two lists: one for projects called "Projects", where I use the ID as the primary relationship to another table called "project tasks."

    In the "project tasks" table, I have a column named "Project Lookup ID" that looks up the Project ID to associate with the project in the Projects list.

    When I create a form in Power Apps, the dropdown for the "project tasks" table, under "Project Lookup ID," shows the ID number. However, I want it to display the project's title that the ID is linked to.
     
    Example below: Here are my Items properties. for the dropdown below showing the ID. 
     
    Choices([@'Project Task'].ProjectLookup)
     
     

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 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard