I am wondering if anyone can assist with a PowerApps issue I am currently trying to resolve.
Background
I am trying to configure a deep link into a specific PowerApps Screen by using the Param() function.On the App OnStart, I have set the below condition
If(Param("DeepLink") = "Display", Navigate(Display, Fade))
however if you click on the Param, it throw up an error as shown below
(PowerApps encountered an internal error trying to evaluate this expression)
@OliverRodrigues @OOlashyn @justinburch @ragavanrajan