web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Navigating from Differ...
Power Apps
Answered

Navigating from Different Pages

(0) ShareShare
ReportReport
Posted on by 3,295

Hi there.

 

I hope someone could point me in the right direction:

 

Let's say I have 3 different screens

 

Screen A

Screen B

Screen C

 

Screen C is a common screen for Screen A and Screen B. I mean I ahve some data in screen A and if you came from Screen A you will see some information. and if you came from screen B you will see a different information.

 

Now If I am in screen A and would like to navigate to screen C and after click in the back icon I would like to navigate back to my screen A. and same situation with the Screen B.

 

 

Any help please?

 

Thanks

Categories:
I have the same question (0)
  • Verified answer
    Ram Prakash Duraisamy Profile Picture
    5,891 Super User 2026 Season 1 on at

    Hello @sajarac,

     

    Add below code in App Onstart

     

    Set(currentScreen,Blank());

     

    rampprakash_0-1632497892597.png

     

    Add Icon in Screen A in on select Navigate('Screen C',Fade)

    rampprakash_1-1632497917214.png

    in Screen A Visible 

    Set(currentScreen,"ScreenA");

     

    rampprakash_2-1632497936896.png

     

     

    Add Icon in Screen B in on select Navigate('Screen C',Fade)

    rampprakash_3-1632497952916.png

     

    in Screen B Visible 

    Set(currentScreen,"ScreenB");

     

    rampprakash_4-1632497967502.png

     

     

    In Screen C --> Add an icon and in On select write below code

     

    If(currentScreen="ScreenA",Navigate('Screen A',Fade),Navigate('Screen B',ScreenTransition.Fade))

     

     

    rampprakash_5-1632497982563.png

     

    If you want to perform any complex operation like switch to multiple screens based on condition you can try above code

    Else

    simply use BACK() Function so that it can naviage easily from the destination screen to Back screen

     

    Please mark as Answer if it is helpful and provide Kudos

     

     

    Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA

    Blog : https://microsoftcrmtechie.blogspot.com

     

  • eka24 Profile Picture
    20,925 on at

    Insert 2 Icons on Screen C with:

       Navigate(ScreenA)

       Navigate(ScreenB)

     

    Then another Icon in ScreenA with: Back()

    Then another Icon in ScreenB with: Back()

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

     

     

     

  • Sajarac Profile Picture
    3,295 on at

    Thank you very much both!!

     

    🙂

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard