# Missing items data

**URL:** https://community.glideapps.com/t/missing-items-data/65402
**Category:** Ask for Help
**Created:** [August 25, 2023, 8:41pm UTC](https://community.glideapps.com/t/missing-items-data/65402 "2023-08-25T20:41:12Z")
**Posts on this page:** 1
**Showing post:** 2

<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:41pm UTC](https://community.glideapps.com/t/missing-items-data/65402/2 "2023-08-25T21:41:45Z")

</div>

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.

---

_[View the full topic](https://community.glideapps.com/t/missing-items-data/65402)._
