Skip to main content

Notifications

Community site session details
Power Apps - Building Power Apps
Answered

Navigate to different Powerapps screen based on my gallery selection

Like (0) ShareShare
ReportReport
Posted on 30 Mar 2022 05:17:51 by 10

Hi,

 

I am making a procedure portal for my organisation where one can select Procedure name from Gallery table and based on selection, that particular procedure screen should open.

 

First I tried to do it via Data table and add hyperlink to that table to navigate to new screen but problem is I can't increase data table row height and can't wrap text due to which procedure name is not properly visible.

 

Please help in this regard. How can it be done. I am pretty new to Powerapps.

 

Regards

Aman

  • Verified answer
    TheRobRush Profile Picture
    11,121 Super User 2025 Season 1 on 30 Mar 2022 at 05:26:14
    Re: Navigate to different Powerapps screen based on my gallery selection

    put a button in the gallery and set its onselect to

    Switch(ThisItem.<Title or whatever name of most unique column is in this dataset>,
    "First Value it could be", Navigate(<Screen name it should go to>),
    "second Value it could be", Navigate(<Screen name it should go to>),
    "third Value it could be", Navigate(<Screen name it should go to>),
    "Fourht Value it could be", Navigate(<Screen name it should go to>),
    Navigate(<Screen name it should go to if all else is false>))

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 298 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 174

#3
stampcoin Profile Picture

stampcoin 130

Overall leaderboard