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 / Vertical gallery arrows
Power Apps
Unanswered

Vertical gallery arrows

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi there

I am trying to create a list in the vertical gallery item.  I have managed to create a list from an excel sheet, so each row has a name/subtitle etc...  The problem I have is how to do I use the arrow (on far right) to go to a different screen within the app.

For example, row 1 arrow I would like to point to screen 5, and row 2 arrow to point to screen 10.

I have managed to get all the arrows pointing to the same screen, but not different screens.

 

Also, how can I save the app.  Can it be saved on my PC desktop for me to re-edit at a later time?

 

Please can you help? 

 

Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,923 on at

    On saving your App you can Go to FILE..SAVE. I hope you have given your A  a name. 

    You can login later to edit the App.

    On the Gallery, it would have been better if you show a screenshot.

    Meanwhile, this https://youtu.be/GfNmREJot5I  video provide some clue

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

    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.

  • mdevaney Profile Picture
    29,991 Moderator on at

    @Anonymous 
    Create a new column in your Excel sheet called 'ScreenNumber'.  Populate each row with the screen number you want to navigate to (example 1, 2, 3... etc).

     

    Then put this code in the OnSelect property of your arrow icon.  When you click the arrow it will now take you to the next screen.

    Switch(
     ThisItem.ScreenNumber,
     1, Navigate(Screen1),
     2, Navigate(Screen2),
     3, Navigate(Screen3)
    )

     

    Your other question asked 'how do I save a file to my PC?'

     

    The answer is: go to the File menu, click Save As, then click download.  An .msapp file will be downloaded to your PC.

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi there

    Thanks for the instructions.  I have created the extra column in the excel file

    My list of meetings is on screen 2.

    From this screen (screen 2), i want the first meeting arrow to link to screen 3, second meeting arrow to link to screen 4.

    In the excel sheet, for the screennumber column, i have started at 3, 4, 5

    For some reason, that function doesnt appear to be working:

    #Switch( ThisItem.ScreenNumber, 1, Navigate(Screen1), 2, Navigate(Screen2), 3, Navigate(Screen3) ) 

    Thanks again

  • mdevaney Profile Picture
    29,991 Moderator on at

    @Anonymous 
    You must refresh your connection to the Excel spreadsheet if you entered new data.  Did you do that?  Click on the Excel connector on the the left-side menu then choose refresh.

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard