Hi,
One of my Power Apps that I created last year (and continue to update) all of a sudden won't execute any of the code written in the App.OnStart. I know there was a recent change with App.StartScreen and other impending declarative changes to Power Apps. The only screen mentions in my App.OnStart is in a collection for app navigation built through a component, but the navigate function is not used:
The announcement for moving to a declarative App.OnStart was only a couple months ago so I did not expect all App.Onstart code would need to be changed so quickly. Does it? Or Is there some other issue happening with App.OnStart?
I've checked my other apps which are far less complex than this one with only collections being created in the App.OnStart and have not seen any issues. I also declare variables in this App.OnStart:

I saw in this Microsoft article a new way to set/declare variable so I updated one (shown above), but it's still not working.
Any help would be greatly appreciated,
Cheryl