# Users Table not Recognizing new column

**URL:** https://community.glideapps.com/t/users-table-not-recognizing-new-column/65404
**Category:** Ask for Help
**Created:** [August 25, 2023, 9:42pm UTC](https://community.glideapps.com/t/users-table-not-recognizing-new-column/65404 "2023-08-25T21:42:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![oliver\_dox](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/oliver_dox/32/53488_2.png) [@oliver\_dox](https://community.glideapps.com/u/oliver_dox)
#### Post date: [August 25, 2023, 9:42pm UTC](https://community.glideapps.com/t/users-table-not-recognizing-new-column/65404/1 "2023-08-25T21:42:27Z")

</div>

Hi I created a relation column (called TH Night Dinner Seating) in the Users table as the fourth column in my table

 ![Screen Shot 2023-08-25 at 5.40.27 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/2/928eb7c429187dd94fe625e38c04300be1378f3e.png)

However, it won’t appear as valid column to pull from in my component.  
 ![Screen Shot 2023-08-25 at 5.42.12 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/d/2dc19dc226aa23bb2037e540b0be9c0f9bde11fc.png)

What am I missing?  
Thanks for the help.

---

<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 25, 2023, 9:43pm UTC](https://community.glideapps.com/t/users-table-not-recognizing-new-column/65404/2 "2023-08-25T21:43:28Z")

</div>

You are trying to use a relation.

> [@Missing items data](https://community.glideapps.com/t/missing-items-data/65402/2):
>
> Relations don’t show up because they are links to entire rows and not a specific column. A lookup will work, but the source relation needs to be a single relation. If it’s a multiple relation then the lookup will be an array. You can’t place an array of multiple items into something that can only hold a single item. So the solution in this case is to change your relation to a single relation so the lookup becomes a single item instead of an array. Then you can choose that lookup column.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [September 1, 2023, 9:44pm UTC](https://community.glideapps.com/t/users-table-not-recognizing-new-column/65404/3 "2023-09-01T21:44:13Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
