# Display table layout as custom form

**URL:** https://community.glideapps.com/t/display-table-layout-as-custom-form/83567
**Category:** Ask for Help
**Created:** [July 31, 2025, 2:17am UTC](https://community.glideapps.com/t/display-table-layout-as-custom-form/83567 "2025-07-31T02:17:45Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 2, 2025, 12:19am UTC](https://community.glideapps.com/t/display-table-layout-as-custom-form/83567/7 "2025-08-02T00:19:59Z")

</div>

That’s the part I was alluding to regarding “if you have a table with just pickup times”. I’ll assume you don’t and everything is in the same table. In that case you’ll need to use the following method to determine the first instance of each pickup time and the filters your custom collection to only show those rows.

> [@Is there a way to filter duplicates from an inline list?](https://community.glideapps.com/t/is-there-a-way-to-filter-duplicates-from-an-inline-list/21270/14):
>
> This is what I would do if you wanted to keep everything within glide. First I would recommend having a RowID which will give every row a unique value. This will become important in a little bit. Then I would identify a unique value for each contact, whether it’s a name, phone number, email address, or something else that you know will be in each duplicate row, but is still unique only for that specific person. Let’s assume Name for now. Create a self relation that links the contact’s Name …

---

_[View the full topic](https://community.glideapps.com/t/display-table-layout-as-custom-form/83567)._
