
Hi all,
I am looking for help to built my application.
The context: The app is deployed on tablets and used on several machines in an industrial site.
Curently, every user needs to select values in 2 dropdown menues to chose the machine and the department they are working in.
I want to have one link per machine, so that users do not have to select values in these dropdowns anymore.
I think it is possible to use variables to pre-select values at the launch of the app, however I don't know how to do it.
Would anyone have a guess?
I know how to use deep linking to navigate to a specific screen when the app is launched, but that's all.
I hope I am clear,
Thanks for your help!
Best
Hey @JeffR68
Using a link like this : https://apps.powerapps.com/play/xxxx-xxxx-xxxx-xxxx-xxxx?DeepLinkOne=YourParameter&DeppLinkTwo=AnotherParameter
In your app, you can access the value with this : Param("DeepLinkOne") and Param("DeepLinkTwo")