# Two lists, 1 page?

**URL:** https://community.glideapps.com/t/two-lists-1-page/10465
**Category:** Ask for Help
**Created:** [June 7, 2020, 8:40pm UTC](https://community.glideapps.com/t/two-lists-1-page/10465 "2020-06-07T20:40:38Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Mary\_Luong](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mary_luong/32/8767_2.png) [@Mary\_Luong](https://community.glideapps.com/u/Mary_Luong)
#### Post date: [June 7, 2020, 8:40pm UTC](https://community.glideapps.com/t/two-lists-1-page/10465/1 "2020-06-07T20:40:39Z")

</div>

Searched a bit but wasn’t quite sure how to ask and didn’t find exactly what I’m looking for. So …

I have a community that can buy directly between one another.

I have a sheet called products to which everyone adds their inventory. Easy.  
I have a form where people can indicate that what they’d like to buy from each other. Easy peasy.

Now imagine I’m Member A. I’d like a page that shows, at the top, what Member B said he wanted to buy from me. Easy. At the bottom of that same page, I want to see Member B’s products and to be able to check boxes to indicate which of Member B’s products I’d like to buy.

Make sense?

I created a many relation in the form sheet that lists all the products that Member B has in the Products table. I just can’t seem to figure out the bottom half of my page.

Thanks in advance!

---

<div class="post-metadata">

### Author: ![Muriel\_Vandermeulen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/muriel_vandermeulen/32/7712_2.png) [@Muriel\_Vandermeulen](https://community.glideapps.com/u/Muriel_Vandermeulen)
#### Post date: [June 7, 2020, 9:42pm UTC](https://community.glideapps.com/t/two-lists-1-page/10465/2 "2020-06-07T21:42:52Z")

</div>

I think we have to use “Inlist” feature here, no?

---

<div class="post-metadata">

### Author: ![Mary\_Luong](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mary_luong/32/8767_2.png) [@Mary\_Luong](https://community.glideapps.com/u/Mary_Luong)
#### Post date: [June 7, 2020, 9:45pm UTC](https://community.glideapps.com/t/two-lists-1-page/10465/3 "2020-06-07T21:45:55Z")

</div>

Thanks, @Muriel_Vandermeulen. I’ve created the inline list component but that simply creates a list. How would I create a list with checkboxes or some other mechanism to “select” multiple rows from that inline list?

---

<div class="post-metadata">

### Author: ![AyS\_0908](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ays_0908/32/27349_2.png) [@AyS\_0908](https://community.glideapps.com/u/AyS_0908)
#### Post date: [June 7, 2020, 10:22pm UTC](https://community.glideapps.com/t/two-lists-1-page/10465/4 "2020-06-07T22:22:33Z")

</div>

Hi, maybe this could help; apparently, you can transmform your inline list in a checklist…

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/2/2176b7edc74792d2fad1b62343f9d4d8b584e39a.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 7, 2020, 11:46pm UTC](https://community.glideapps.com/t/two-lists-1-page/10465/5 "2020-06-07T23:46:57Z")

</div>

Try @AyS_0908’s suggestion but make sure you write the values to the right column for the “checkout” part.

---

<div class="post-metadata">

### Author: ![Mary\_Luong](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mary_luong/32/8767_2.png) [@Mary\_Luong](https://community.glideapps.com/u/Mary_Luong)
#### Post date: [June 8, 2020, 2:35pm UTC](https://community.glideapps.com/t/two-lists-1-page/10465/6 "2020-06-08T14:35:36Z")

</div>

Thanks! I’ll try that.

---

<div class="post-metadata">

### Author: ![Mary\_Luong](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mary_luong/32/8767_2.png) [@Mary\_Luong](https://community.glideapps.com/u/Mary_Luong)
#### Post date: [June 8, 2020, 8:46pm UTC](https://community.glideapps.com/t/two-lists-1-page/10465/7 "2020-06-08T20:46:41Z")

</div>

Getting closer. Now I think I need to modify my underlying table structure. The checkbox appears checked for another TRUE/FALSE field, which makes no sense in the current context. Which is the issue @ThinhDinh noted. Thanks, @AyS_0908
