I have an app that is jumping directly to the second screen, and when i verified the different sections, with respect that i put on STARTSCREEN to navigate to the main page (RegScreen), its when I "Run OnStart" it takes me to the second screen... seems that I didn't set well the Onstart parameters:
i set these variable for the deep linking, and i "Enabled Navigate function on App.Onstart.
OnStart:
Set( varQuoteID, Value(Param("QuoteID")));
If( varQuoteID <> 0,
Set(VarItem, LookUp( 'SI Quotation Register',
ID = varQuoteID));Navigate(QuotePage))
Could you please help in this?... and if you show me how to shift also this function to StartScreen... also will be appreciated