# Display Lookup as Inline List

**URL:** https://community.glideapps.com/t/display-lookup-as-inline-list/26154
**Category:** Ask for Help
**Created:** [April 29, 2021, 3:23am UTC](https://community.glideapps.com/t/display-lookup-as-inline-list/26154 "2021-04-29T03:23:23Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [April 29, 2021, 3:23am UTC](https://community.glideapps.com/t/display-lookup-as-inline-list/26154/1 "2021-04-29T03:23:23Z")

</div>

I am trying to create an inline list from a lookup on a column of images, but only the first image is displaying, I can’t figure out what I am doing wrong. Thank you!

![asdk](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/2/e291da02e94d7702c107595ae2a59eb3c49b8a0d.png)

![asdks](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/3/a3fa023d03f26a34433c48bc9848b02f67eb547c.png)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 29, 2021, 5:18am UTC](https://community.glideapps.com/t/display-lookup-as-inline-list/26154/2 "2021-04-29T05:18:01Z")

</div>

Is it a multi-relation?  
Why use a lookup column? Why not just use the relation as the source for your inline list?

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [April 29, 2021, 5:30am UTC](https://community.glideapps.com/t/display-lookup-as-inline-list/26154/3 "2021-04-29T05:30:20Z")

</div>

It’s a single relation. I am trying to just display the image, the two sheets are connected via a seed column.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 29, 2021, 5:32am UTC](https://community.glideapps.com/t/display-lookup-as-inline-list/26154/4 "2021-04-29T05:32:00Z")

</div>

So if it’s a single relation, then it’s only going to return one row - the first one that matches.  
If you want all rows that match, then you need to use a multi-relation.

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [April 29, 2021, 5:33am UTC](https://community.glideapps.com/t/display-lookup-as-inline-list/26154/5 "2021-04-29T05:33:00Z")

</div>

I did that and nothing is displayed in the lookup.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 29, 2021, 5:34am UTC](https://community.glideapps.com/t/display-lookup-as-inline-list/26154/6 "2021-04-29T05:34:05Z")

</div>

You shouldn’t need the lookup.  
Once you have a multi-relation, you can use that as the source for your inline list.

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [April 29, 2021, 5:37am UTC](https://community.glideapps.com/t/display-lookup-as-inline-list/26154/7 "2021-04-29T05:37:59Z")

</div>

I was using the sheet as the source and trying to use the relation as the image data. I see what I should be doing now.

Thank you!

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:52pm UTC](https://community.glideapps.com/t/display-lookup-as-inline-list/26154/8 "2024-01-17T16:52:30Z")

</div>


