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 / Challenge with navigat...
Power Apps
Unanswered

Challenge with navigation using variables and deep linking

(0) ShareShare
ReportReport
Posted on by 716 Moderator

So I successfully used MSs instructions and managed to get deep linking working but then broke it with a navigation change and I readily admit I'm just not smart enough to figure out the variables and parameters.

 

So here I am on bended knee.

 

App

OnStart:

 

Set(AppID, "86d39419-1d42-4371-a036-825d0d07f0ad");
If(Not(IsBlank(Param("surveyId"))),Set(surveyId,Param("surveyId")));

 

Start Screen:

 

If(Not(IsBlank(Param("surveyId"))),DetailScreen1,BrowseScreen1)

 

Browse Screen

OnSelect:

 

Navigate(DetailScreen1, ScreenTransition.Fade, {surveyVal:ThisItem});

 

Detail Screen

OnVisible:

 

If(Not(IsBlank(surveyId)), UpdateContext({surveyVal:LookUp('BusMarket - IBC PreSurvey', ID = surveyId)}));
UpdateContext({varConfirmDeletePopUp:false})

 

DetailForm1

Item:

 

surveyVal

 

Edit Screen

EditForm1

Item:

 

BrowseGallery1.Selected

 

OnSuccess:

 

Navigate(DetailScreen1, ScreenTransition.Fade, {surveyId: surveyVal})

 

 

So it appears to me I can improve consistency by modifying the Item property on the EditForm but that's not really the problem.

 

I modified the OnSuccess property on Friday to get the user back to the Detail Screen looking at the Item they just saved.

But in doing that, I've broken the link into the detail screen.

 

Here is the url that is being generated to route the user:

 

https://apps.powerapps.com/play/86d39419-1d42-4371-a036-825d0d07f0ad?surveyId=6 

 

Categories:
I have the same question (0)
  • DCHammer Profile Picture
    716 Moderator on at

    Replying to my own post for a little bump. Maybe someone else will see it.

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard