Hello, previously I used to do these commands on OnStart:
Navigate(LoadingScreen)
Collect...
Set...
Navigate(Home)
Now when Navigate is not permitted on OnStart I use the new StartScreen property. All Navigations are removed from OnStart and 'Home' is set in StartScreen.
The problem is that Home screen loads before all operations on OnStart are completed. I have tested this with published app.
How to ensure that first screen is only loaded when all OnStart commands are performed?

Report
All responses (
Answers (