Hi Glide Community,
I’m working on a Glide app where I need to add “Next” and “Previous” buttons to navigate between items in a list. I’ve created columns in my data sheet for “Next” and “Previous” with the unique identifiers of the respective items, but I’m struggling to find the correct action to link these buttons to the corresponding screens.
Here’s what I’ve done so far:
- Created “Next” and “Previous” columns in my data sheet.
- Added Columns in my data linking to “next” and "previous rows using ID
- Added button components on the detail screen.
- Tried to set the button actions to navigate to the detail screens of the next and previous items.
But I can’t seem to find any action that will allow me to use the button to navigate.
However, I’m not seeing an action called “Navigate to Screen” or something similar that would allow me to link the buttons to the specific items referenced in my columns.
Could someone please guide me on how to properly set up these navigation buttons? Are there any updated action names or settings I should be aware of?
Thanks in advance for your help!
Solved I needed to setup relation columns to use the navigation in the buttons.