# Can i create a list component with source from a column?

**URL:** https://community.glideapps.com/t/can-i-create-a-list-component-with-source-from-a-column/51490
**Category:** Ask for Help
**Created:** [October 11, 2022, 9:31pm UTC](https://community.glideapps.com/t/can-i-create-a-list-component-with-source-from-a-column/51490 "2022-10-11T21:31:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![rawna](https://avatars.discourse-cdn.com/v4/letter/r/f14d63/32.png) [@rawna](https://community.glideapps.com/u/rawna)
#### Post date: [October 11, 2022, 9:31pm UTC](https://community.glideapps.com/t/can-i-create-a-list-component-with-source-from-a-column/51490/1 "2022-10-11T21:31:16Z")

</div>

![Screenshot 2022-10-12 011849](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/6/4603cb32dfeb568d31b0c4836298df9cca7a78f8.png)  
For example, list of regions.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [October 11, 2022, 9:43pm UTC](https://community.glideapps.com/t/can-i-create-a-list-component-with-source-from-a-column/51490/2 "2022-10-11T21:43:50Z")

</div>

List takes vertical values, not horizontal… you can transpose horizontal values in Google sheets…

---

<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: [October 11, 2022, 10:01pm UTC](https://community.glideapps.com/t/can-i-create-a-list-component-with-source-from-a-column/51490/3 "2022-10-11T22:01:02Z")

</div>

Depends on what you are using it for, but you should be able to use your existing list.

- First add a RowID column.
- Then create a single relation that links the region column back to itself.
- Then create lookup column that retrieves the RowID from the relation.
- Then create an IF column that checks if the lookup RowID matches the RowID in the row. If it does, return the Region value.
- Now you can create an inline list filtered to only show rows where the IF column is not empty. That will give you a unique list of regions.
- If you plan to use those regions as a category list, then you’ll want to change the action on the list from ‘Show Detail Screen’ to ‘Show New Screen’.
- On that new screen, you can add an inline list filtered by the Screen Value Region.
