I can see you can get url parameters by using Param("MyParam"). But how do you debug this? When you click the play button this does have a url parameter so how you develop you app where having url parameters is part of the application flow?
Asked
Active
Viewed 471 times
1 Answers
0
There are three ways to view/interact with a PowerApp:
- The "Studio" (aka: The Editor) where you build the PowerApp
- The "Web Player" (browser-based app interface)
- The "Mobile Player" (PowerApps container app-based interface)
To work with/debug the Param()
function, you can create a label in the app set to the param value, then open the app in either 2 or 3 above to view its value.

SeaDude
- 3,725
- 6
- 31
- 68