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 / DeepLinking to a speci...
Power Apps
Answered

DeepLinking to a specific Item

(0) ShareShare
ReportReport
Posted on by 46

Im going to try to explain this the best way. What I am trying to accomplish is, I want a link to go straight to the record I click on. For example I want it to go to this item which has a SharePoint ID of 68.

 

M7r229_0-1705254885637.png

This what I have so far that should accomplish that 

LookUp(
'Travel Request Form',
ID = Value(Param("ID"))
)

 

But when I go to preview it I get 

M7r229_1-1705255006531.png

 Can someone help me?

 

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @M7r229😊

     

    Deeplinking is done by passing a parameter through the app URL. When you mention 'to the record I click on' are you referring to a gallery selection within the same app?

     

    Should you remain within the same application you can pass a variable when navigating to this screen:

    //OnSelect of the Gallery (or your Navigate button within the gallery):
    Navigate(ScreenName, ScreenTransition.None, {locRequestId: ThisItem.ID});

     

    The Edit form datasource property will be:

    'Travel Request Form'

     

    The Edit form Item property should contain the following code:

    LookUp(
     'Travel Request Form',
     ID = locRequestId
    )

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @M7r229,

    Please check this thread for details:

    Solved: Re: Deeplink hyperlink is not working in Power App... - Power Platform Community (microsoft.com)

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard