PowerApps - How To Navigate Between Screens In An App

Navigate between screens

In this blog, you will see how to navigate between screens in an app. I have created 2 screens named as WelcomeScreen and LearnMoreScreen using PowerApps Studio as shown below.

  

You will see how to use the Back and Navigate functions to navigate between screens. Click the "Learn More" button in the WelcomeScreen. Select OnSelect in the property box and then type “Navigate(LearnMoreScreen, ScreenTransition.Fade)” in the formula bar.

 

Click the "Go Back" button in the LearnMoreScreen. Select OnSelect in the property box and then type “Back()” in the formula bar.

 

Hit F5.
 
Now click the "Learn More" button in the Welcome Screen. You will be redirected to the Learn More Screen. Click the "Go Back" button in the Learn More Screen and you will be redirected to the screen that was most recently displayed.