Hi @breed14 ,
Excellent work, you’re almost there!
I think your formula needs a slight tweak, you need to specify the Navigate function as that’s what will tell the app to move to a screen.
I’ve not done too much with the StartScreen property, but Maybe try updating your code in the StartScreen property to:
Switch(Param(“ScreenName”),
”feedback”, Navigate(Feedback Comments),
Navigate(Welcome Screen)
).
that should do it, if not, might be able to knock up a timer control that can handle the screen navigation, as I don’t think you can do it in the OnStart property anymore.
------------------------------------------------------------------------------------------------------------------------------
If I've answered your question, please mark your post as Solved. You can accept more than one post as a solution.
If my response was a good one, please give it a Thumbs Up!
Visit my blog: https://platformsofpower.net