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 / Providing a link to a ...
Power Apps
Unanswered

Providing a link to a specific screen/record of an app?

(0) ShareShare
ReportReport
Posted on by 546 Super User 2024 Season 1

Is there a way to allow a user to directly access a specific screen/form/record from a URL?    

 

For example, if I have an app and need a user to go directly to a specific record to update it, is there some equivalent to send them a url via email that would be something along the lines of "Please go to www.appurl/thisscreen?ID=widgetID" to load that record on the app's edit screen?

Categories:
I have the same question (0)
  • timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    @zuurg 

    It sounds like you want to create a 'deep link'. There are details of how to do this in the documentation.

    https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/how-to/deep-linking

     

  • NickyTemperley Profile Picture
    19 on at

    Yeah, you can change the url to "...appurl?screenID=4&widgetid=5" for example. There is probably already a question mark in your app URL so you'd just need to append "?variable=value&variable2=value2".

     

    Then in the app you can use the Params function to write "Set(variable1,Param("variable1"); Set(variable2,"variable2")". This checks the url for second term in "" and sets it to the variable name you specify.

     

    A more useable example would be:

    www.appurl.com?screenID=details&itemId=4

     

    In the app.On Start:

    Set(varItemId,Lookup(ItemsDataSource, ID = Param("itemId"));

    Set(varFirstScreen, Param("screenID"))

     

    In app.StartScreen:

    Navigate(varFirstScreen)

     

    If in doubt, I always find Shane Young (https://www.youtube.com/watch?v=7MxXmGOkeLQ) has some great videos

     

    Hope that makes sense, but let me know if not

     

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 427 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard