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 / Possible to create lin...
Power Apps
Unanswered

Possible to create links to certain screens?

(0) ShareShare
ReportReport
Posted on by 302

I have created a powerapp which will be primarily used on mobile. 

I created a deep link workflow but if the app is already up and running - the link won't work due to the fact it won't run OnStart if the app is already started. Has anyone got any other ideas on how to deep link?

Thank you!

Categories:
I have the same question (0)
  • WiZey Profile Picture
    3,023 Moderator on at

    Hello @honganhuynh1 ,

     

    You can define which screen to display first with the "StartScreen" property of the app.

     

    WiZey_0-1679662783573.png

     

    Basically, you get a parameter from your deeplink, and test this parameter to either start the app on the screen "Screen1" or "Screen4" from my example.

     

    Hope this was helpful to you.

  • honganhuynh1 Profile Picture
    302 on at

    I currently have this inside of my StartScreen - it does what I want on desktop but when mobile since the app is typical running in background the link won't work 

    Switch(
     Param("Start"),
     "Screen1",
     Home,
     "Screen2",
     Manager,
     "Screen3",
     HomeNotAccepted,
     Blank(),
     Home)
  • WiZey Profile Picture
    3,023 Moderator on at

    I'm not so sure as I've never made an app for mobile, but let's see.

     

    I've looked up the documentation on deep links with mobile devices. 

     

    https://learn.microsoft.com/en-us/power-apps/mobile/mobile-deep-links

     

    It seems the deep link can be as follow:

    ms-apps:///providers/Microsoft.PowerApps/apps/<appID>?tenantId=<tenantId>

     

    And from another paragraph, I noticed they're using a "restartApp=true" parameter, although it's about model-driven app and not canvas. Can you still try with this parameter and see if it does anything?

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 494

#2
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#3
11manish Profile Picture

11manish 323

Last 30 days Overall leaderboard