Hi,
Powerapps - OnStart Property we are not able to use the Navigate function anylong. Do we have a solution for this?
I was able to use this:
So you could modify your "OnStart" function:
Set(startScreen,Param("screenID"));If(startScreen=1, Navigate..,If(startScreen=2, Navigate........
using DeepLink and Im able to. It keep saying to use Startscreen instead but, i tried there also and cant get it to work.
Please help.