Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Components won't working with Navigate

(0) ShareShare
ReportReport
Posted on by 438

I am attempting to navigate to a screen within a tab list in a modern environment. We are currently working with components. Could you please assist in fixing the navigation formula? Below is what I am using. 

 

'My Profile Tab Lists_6'.Selected.Value = "PBiS Student Portal",
Navigate('Student TabList Menu'.NaviagteScreen, ScreenTransition.Fade)
);
If(
'My Profile Tab Lists_6'.Selected.Value = "Student Registration Portal",
Navigate('Student: DHS Registration Portal', ScreenTransition.Fade)
);
If(
'My Profile Tab Lists_6'.Selected.Value = "Jr. NAD Homepage",
Navigate('All Roles: Jr. NAD Homepage', ScreenTransition.Fade)

 

Screenshot 2024-01-04 at 8.49.42 PM.png

  • dylandavis09 Profile Picture
    438 on at
    Re: Components won't working with Navigate

    @Samuel-Zhou, ugh, thank you! It's going to be a lot of work to add a new component each time; it's completely crazy.

  • Samuel-Zhou Profile Picture
    393 on at
    Re: Components won't working with Navigate

    @dylandavis09 Every time you add a new component, make sure the visible properties are set

  • dylandavis09 Profile Picture
    438 on at
    Re: Components won't working with Navigate

    @Samuel-Zhou, ahh, I just added it, and it worked. However, did you noticed that another part, where I added a menu for each screen, doesn't seem to be working. Did you observe any issues with it?

  • dylandavis09 Profile Picture
    438 on at
    Re: Components won't working with Navigate

    @Samuel-Zhou, ahh, I just added it, and it worked. However, did you noticed that another part, where I added a menu for each screen, doesn't seem to be working. Did you observe any issues with it?

  • Samuel-Zhou Profile Picture
    393 on at
    Re: Components won't working with Navigate

    @dylandavis09 You need to set Set(gloVarStudentTabListMenu,False) on the return key after navigation

  • dylandavis09 Profile Picture
    438 on at
    Re: Components won't working with Navigate

    @Samuel-Zhou, I found the issue and fixed it. It's working now. I added all the screens to test if they work. When I click the icon and then click 'PBiS Student Portal,' it navigates to the screen, and the icon should disappear after the navigation. Let me send you the entire screen recording to show you what I did. 🙂

    Link: https://drive.google.com/file/d/1Dk43QX54DXRxnV8AsnRpt70YdMVO0P3v/view?usp=sharing

  • Samuel-Zhou Profile Picture
    393 on at
    Re: Components won't working with Navigate

    @dylandavis09The visible attribute of the component should be adjusted to gloVarStudentTabListMenu

  • dylandavis09 Profile Picture
    438 on at
    Re: Components won't working with Navigate

    @Samuel-Zhou, still not worked. The screen record link: https://drive.google.com/file/d/1latuM0z1XTwu9TpAUsgAL9C_ERZa1Fye/view?usp=sharing

  • Samuel-Zhou Profile Picture
    393 on at
    Re: Components won't working with Navigate

    @dylandavis09 you can try this code:

    Set(gloVarStudentTabListMenu, !gloVarStudentTabListMenu)
  • dylandavis09 Profile Picture
    438 on at
    Re: Components won't working with Navigate

    @Samuel-Zhou, sorry again, where I can find global variables?

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,708 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,030 Most Valuable Professional

Leaderboard