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 Link from Share...
Power Apps
Answered

Lookup Link from SharePoint

(0) ShareShare
ReportReport
Posted on by 331

Is it possible to have a lookup field from SharePoint with the link in a Power App?    I can add the lookup field to the app, but the link is removed.  I have only found one similar question online and the person that responded suggested using the Launch() function with the data card which does not make sense and it does not work.  

 

So, is this lookup link in Power App a limitation or is there a way to make this work?

 

Categories:
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @Alex-W ,

     

    The lookup column value is just a record {Id:***,Value:***} in PowerApps.

    If you want to display related records by clicking on a record in List A, please try it:

     

    Add a gallery and set its items to- List A

     

    Set the gallery's OnSelect property to:

    Set var(ThisItem.<your lookup column name>.Id)

     

    Add another gallery and set its items to - 

    Filter(ListB,ID=var)

     

    // List A has a lookup column, and its related list is list B.

     

    Best Regards,

    Wearsky

  • Alex-W Profile Picture
    331 on at

    @v-xiaochen-msft Amazing.... Simply AMAZING!!! It doesn't quite work like what I was expecting but it does work.  I can design the app around this setup.  Thanks for the help!!

     

    FYI to anyone following Wearsky's instructions, there is a slight modification to the setup for List A.  The OnSelect property is "Set (varVarName, ThisItem.LookupColumnName.Id).  

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

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard