# Lookup Usage Limitations?

**URL:** https://community.glideapps.com/t/lookup-usage-limitations/9445
**Category:** Report a Bug
**Created:** [May 19, 2020, 11:11pm UTC](https://community.glideapps.com/t/lookup-usage-limitations/9445 "2020-05-19T23:11:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![moneymagnet](https://avatars.discourse-cdn.com/v4/letter/m/6bbea6/32.png) [@moneymagnet](https://community.glideapps.com/u/moneymagnet)
#### Post date: [May 19, 2020, 11:11pm UTC](https://community.glideapps.com/t/lookup-usage-limitations/9445/1 "2020-05-19T23:11:57Z")

</div>

Video explanation here: [https://www.loom.com/share/367c519195e84e94b0ae696067f896df](https://www.loom.com/share/367c519195e84e94b0ae696067f896df)

Hi guys - I believe I found a bug.  
I’m trying to create a custom view based off someone’s location (which I’m collecting).  
After having their location, I link it up to another sheet via relations  
I then pull the content via lookup.

In the tab view, I am trying to add videos, images, text, and links. I would like to base it off the content I pulled from lookup.

What I’ve noticed is that Image is the only one that shows all the lookup values. The text, video, link etc do not show up. Even more weird is that a different look up related to a different relation shows up as an option leading me to believe that there is some sort of bug.

Would love to know if my logic was incorrect somewhere!

Thanks

---

<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: [May 20, 2020, 1:38am UTC](https://community.glideapps.com/t/lookup-usage-limitations/9445/2 "2020-05-20T01:38:01Z")

</div>

I am going to guess that your relation is set to multiple. It should be set to single for this to work properly. The image component can handle an array of values from a multiple relation lookup. Other components cannot. Switch of the multiple checkbox in your relation and everything should work.

---

<div class="post-metadata">

### Author: ![moneymagnet](https://avatars.discourse-cdn.com/v4/letter/m/6bbea6/32.png) [@moneymagnet](https://community.glideapps.com/u/moneymagnet)
#### Post date: [May 20, 2020, 2:07am UTC](https://community.glideapps.com/t/lookup-usage-limitations/9445/3 "2020-05-20T02:07:10Z")

</div>

You are right! Thank you 🙂
