Present list of a meeting

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.



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

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