Primal Lobo
How to Navigate among the PowerApps screens?

Consider there are two PowerApps screen, How to navigate from one PowerApps screen to another

By Primal Lobo in Power Apps on Jun 28 2021
  • Srinath Pega
    Mar, 2022 2

    Power Apps Functions To Navigate between the screens:

    Back() and Navigate() are the functions to navigate between the screens in the Canvas App.

    Back() Function :
    Back() function will be used for navigate from current screen to pervious screen .

    Add The Back() function on OnSelect property of the controls like Button or icons.

    Syntax:
    Back()

    Navigate() Function :
    Navigate() function for move to specific screen in Canvas Apps.

    Add The Navigate () function on OnSelect property of the controls like Button or icons.

    Syntax:
    Navigate(Screen Name )

    • 1
  • Swatismita Biswal
    Aug, 2021 1

    Also you can use back function.But again it depends on your requirement.

    • 1
  • Prasad Reddy
    Jul, 2021 20

    1. Add a button or an Icon.
    2. Select OnSelect function from the dropdown in the toolbar.
    3. Navigate(ScreenToNavigate, ScreenTransition)

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS