Replies: 1 comment
|
The URL will not change regardless of what page you are opening, however, you can try playing around with query parameters to open specific sections of your app. Take a look at the getContext doc: https://learn.microsoft.com/en-us/power-apps/developer/code-apps/how-to/retrieve-context. You should be able to read the query parameteres passed to your app URL to decide what section of your app to open. We have a backlog item to add a sample app around this specific scenario, we'll try to get to that soon. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello
My application contains two pages where the user can navigate.
1-Home page
2-AssessmentPage
Currently, my version pushed in dev works but when the user changes between pages the URL always it's the same. it didn't change when the user change between pages
I would like to set something like this:
url for homepage: https://apps.powerapps.com/play/...app/xxx-xxx-xxxx-xxx-xxxxxx
url for specific assessment: https://apps.powerapps.com/play/.../assessment/123
I know this already works in canvas apps to share a URL specific for one item, but I don't know it's this is supported in code apps
cheers!
All reactions