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 / Deep Linking to Specif...
Power Apps
Unanswered

Deep Linking to Specific Record

(0) ShareShare
ReportReport
Posted on by 1,265

I am having an issue where I'm attaching a link to an email.  The link is taking the recipient to the appropriate screen but not to the correct record (#158 as shown below).

RJF61_0-1675427824075.png

Any suggestions on how to resolve?

 

 

Categories:
  • Sajarac Profile Picture
    3,295 on at

    well, you need to set a variable in the OnStart property of your app.

     

    And you need to specify if the user is navigating from the deep link or just open the app.

    If the user is navigation from the deeplink = navigate this Record.

    If the user just open the app navigate to i.e Main Screen

     

    OnStart= 

    Set(
    var_DeepLinkID,
    Param("RequestID")
    );
    If(
    var_DeepLinkID <> "0",
    Set(
    varRecord,
    LookUp(
    YourDatabase,
    Title = var_DeepLinkID
    )
    )
    );

     

     

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
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard