# Present list of a meeting

**URL:** https://community.glideapps.com/t/present-list-of-a-meeting/66281
**Category:** Ask for Help
**Created:** [September 18, 2023, 6:56pm UTC](https://community.glideapps.com/t/present-list-of-a-meeting/66281 "2023-09-18T18:56:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Den](https://avatars.discourse-cdn.com/v4/letter/d/ce7236/32.png) [@Den](https://community.glideapps.com/u/Den)
#### Post date: [September 18, 2023, 6:56pm UTC](https://community.glideapps.com/t/present-list-of-a-meeting/66281/1 "2023-09-18T18:56:38Z")

</div>

I have the following problem. I am creating an app in which a sports club holds a meeting every two weeks. I have created the following: creating a new clan meeting. In this, you can select the date, start time, end time, notes, and members who were present at the meeting. The members are retrieved from a selection of the members table. Now, at the end of my abilities, when I open the editing page, I want the attending members to be displayed in a choice list so that they can be edited. I have attached screenshots to give you a better idea. I hope someone understands my problem and can help me.

 ![Bildschirmfoto 2023-09-18 um 20.48.28](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/1/11a310ede2cbebe1ed5bc2a6fe05b32e7abbac6e.png)  
 ![Bildschirmfoto 2023-09-18 um 20.50.06](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/3/33cc8bd3b94fa9bb9c6d563ef1eb3c36457c9d33.png)  
 ![Bildschirmfoto 2023-09-18 um 20.55.06](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/0/d09098a5f491d29f62d922bc67098385d4d45eee.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: [September 19, 2023, 12:45am UTC](https://community.glideapps.com/t/present-list-of-a-meeting/66281/2 "2023-09-19T00:45:19Z")

</div>

Have you tried making the choice component here accept multiple values, and point it to the right table?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/d/3d14703622740c520b5112c37ca602c1c469b639.png)

Ideally, if I understand your case right, you can just copy the choice component from your add screen to your edit screen.
