Hi,
I want to create a button in Model Driven app that will redirect the user to a Canvas app, passing parameters in the url. In the web version it's pretty simple, everything works fine when using this template:
https://apps.powerapps.com/play/[appID]?tenantId=[tenantID]?[parameter]=[parametervalue]
However when opening in the mobile app, not only I am asked if I want to open in the browser or the app, but also the canvas app does not recognize the parameter (it is not passed over). I tried using different templates:
ms-apps:///providers/Microsoft.PowerApps/apps/[appID]?[parameter]=[parametervalue]
This one does not open at all - it shows error 404.
Any ideas what am I doing wrong?