# How to display sequential items in a collection

**URL:** https://community.glideapps.com/t/how-to-display-sequential-items-in-a-collection/78297
**Category:** Ask for Help
**Created:** [December 2, 2024, 5:22pm UTC](https://community.glideapps.com/t/how-to-display-sequential-items-in-a-collection/78297 "2024-12-02T17:22:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Carl\_Johnson](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/carl_johnson/32/75656_2.png) [@Carl\_Johnson](https://community.glideapps.com/u/Carl_Johnson)
#### Post date: [December 2, 2024, 5:22pm UTC](https://community.glideapps.com/t/how-to-display-sequential-items-in-a-collection/78297/1 "2024-12-02T17:22:17Z")

</div>

UPDATE:

Not sure if this is the “cleanest” way but I ended up using 3 columns:

1. Relation column which has multiple items
2. a single value column that that grabs a specific row from the relation column and a
3. counter column that I increment with an action so pressing it displays the desired item from the collection.

If anyone has the same need - glad to help.

* * *

Looking for the cleanest way to display n number of collection items as a multi-step click thru.

e.g. If I have 3 items in a collection, show just the first item, when next button clicked show just the second, etc.

I am thinking I need to reference the rowIds of the items in the collection and then filter on that. If that is the case I need a way to get the next rowId from the list so i can use that in the filter.

Knowing Glide, there is some super slick way to do this that I would never think of.

Thanks in advance for advice.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 3, 2024, 1:44am UTC](https://community.glideapps.com/t/how-to-display-sequential-items-in-a-collection/78297/2 "2024-12-03T01:44:25Z")

</div>

> [@Previous and Next Record in Detail View](https://community.glideapps.com/t/previous-and-next-record-in-detail-view/65449/2):
>
> I’ve seen people ask for this before, but I’ve never actually tried it myself. Turns out it’s pretty easy to do wink Just be aware that every time you tap one of those buttons, that’s an update. Link: [https://www.loom.com/share/dcda1d24746c483d83e9a6f289c1aff2](https://www.loom.com/share/dcda1d24746c483d83e9a6f289c1aff2)

You can check the videos in this thread.
