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 / Navigate to Screen fro...
Power Apps
Answered

Navigate to Screen from Gallery

(0) ShareShare
ReportReport
Posted on by 273

Hello,

 

Below is screenshot from a gallery, where Access Management etc. are button text. My requirement is that on selection of Access Management button, I should be able to open 'Screen 1' and on selecting Configuration Management button, 'Screen 2' should be opened.

 

Sam70_1-1689776031261.png

I tried Navigate(Button.Text) but it shows an error that Control or Screen Name needs to be provided. Hence require a solution.

 

Regards

 

Categories:
I have the same question (0)
  • Verified answer
    SanmeshG Profile Picture
    1,947 Moderator on at

    Hi @Sam70 ,

     

    You can create a variable varTab, based on the value of this variable you can Navigate to the respective screen.

     

    Please see the below screenshot.

     

    NavigateFromGallery.png

     

    Set(
     varTab,
     ThisItem.Title
    );
    If(
     varTab = "Access",
     Navigate(Access),
     varTab = "Configuration",
     Navigate(Config)
    )

     

    If this helps , please give this answer a thumbs up and accept this as a solution.

     

    Thanks,

    Sanmesh

  • Sam70 Profile Picture
    273 on at

    Hi @SanmeshG , Thanks for the solution. This works great for me.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard