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 / I cannot assign Naviga...
Power Apps
Answered

I cannot assign Navigation functions to the gallery except the top row.

(0) ShareShare
ReportReport
Posted on by 51

Hello All,

 

Currently I am trying to build a page that allows users to scroll through the gallery and select their group to show their custom page.  For some reason I can only click on the top row to assign navigation.  All other rows don't allow me to click the button to assign the task. When I try to click on a lower arrow to assign navigation my click highlights the entire gallery around the outside. 

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Hi @ag12 

    Test the gallery in Run mode. (F5) or hold down the "Alt" key and try to click on an item in the gallery.

  • ag12 Profile Picture
    51 on at

    In run mode the top row (which is assigned operates properly).  Also, the other arrows display an outline when I hover over them but they do not do anything when clicked.  Which I suppose makes sense because the aren't assigned to do anything OnSelect. But I cannot because I cannot click them in edit mode.

  • BrianS Profile Picture
    2,407 Super User 2024 Season 1 on at

    You can also hold down the Alt key. That will allow you to interact with components as they would when you were "playing" the app.

  • eka24 Profile Picture
    20,925 on at

    Do you want to go to another page?

    You can explain further. Meanwhile if you want to get what has been selected in the gallery youcan use, Set(MySelect,Gallery1.Selected)

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

    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.

  • ag12 Profile Picture
    51 on at

    Yes, I would like my arrow to lead to another page when clicked.  I am able to assign this easily in the top row.  However when I try to select other rows it highlights the whole gallery.  Almost like only the top row is able to be edited.  Here is me highlighting the top row.Here is me highlighting the top row.Here is what I see when i try the same thing on any other rowHere is what I see when i try the same thing on any other row

  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Hi @ag12 

    You cannot assign different functions in the icon in the gallery.  However, you can use a Switch() function to go to different screens based on some value in the record being selected.  The value being chosen for the condition does not have to be visible in the gallery.  So the OnSelect of the icon can be

     

    Switch(ThisItem.Status, "Open", Navigate(Screen1,None),"Closed",Navigate(Screen2,None),"InReview", Navigate(Screen3,None)) 

    Then, depending on information in the record chosen in the gallery, a different screen can be opened.

     

     

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 610

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard