
Hi All,
I have a canvas app using a SubwayNav that's being populated from a SharePoint list with 12 options.
I also have a gallery that filters data based on the selection of the option in the subway Nav. (There is no Navigation to any new pages)
All of this works as expected and I can click on each of the 12 options to navigate around in the menu and populate the gallery with data.
The bit I am struggling with is having a Next and Back button to step through the Subway Nav Options. For example, when you are on option 1 and you select Next it moves to option 2. If you happen to click on option 6 and press next it will move to option 7 etc.
I have the ItemKey of each selected Option (i.e., Option1 has an ItemKey of 1, Option 2 has a ItemKey of 2 etc.)
Has anyone tried this with Subway Nav? Any idea on how to get this navigation to work with buttons?
SubwayNav control reference (preview) - Power Platform | Microsoft Learn
Thanks!