# Showing multiple products for a user (relations, lookups)

**URL:** https://community.glideapps.com/t/showing-multiple-products-for-a-user-relations-lookups/58710
**Category:** Ask for Help
**Created:** [March 3, 2023, 4:08am UTC](https://community.glideapps.com/t/showing-multiple-products-for-a-user-relations-lookups/58710 "2023-03-03T04:08:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jb229229](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jb229229/32/54774_2.png) [@jb229229](https://community.glideapps.com/u/jb229229)
#### Post date: [March 3, 2023, 4:08am UTC](https://community.glideapps.com/t/showing-multiple-products-for-a-user-relations-lookups/58710/1 "2023-03-03T04:08:38Z")

</div>

Hello,

I’m having trouble getting my products to show in collections even though they are visible (at least as multiple lookups via a relation) in the user data table.

I’ve got user A (user table, one row)

I’ve got products 1 and 2 (product table, two rows)

I’ve brought products A and B into my user table (one row, via relation and lookup).

I’m trying to show a collection - perhaps a kanban or a list - that shows the two different products. The system does not give me an option to choose this column. Is it perhaps because there are multiple products being brought into a single cell, while collections are meant to show different rows? Do I need to use an array of some sort?

Note that I’m using Glide pages and not app, if that makes a difference from a functionality standpoint… I was maybe thinking about trying inline lists but that’s not available to me.

---

<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: [March 3, 2023, 5:31am UTC](https://community.glideapps.com/t/showing-multiple-products-for-a-user-relations-lookups/58710/2 "2023-03-03T05:31:53Z")

</div>

> [@jb229229](#):
>
> I’m trying to show a collection - perhaps a kanban or a list - that shows the two different products. The system does not give me an option to choose this column. Is it perhaps because there are multiple products being brought into a single cell, while collections are meant to show different rows? Do I need to use an array of some sort?

How are you creating the relation, ie. what is being matched in each table?
