# Differents comments in a list

**URL:** https://community.glideapps.com/t/differents-comments-in-a-list/74174
**Category:** Ask for Help
**Created:** [June 16, 2024, 5:06pm UTC](https://community.glideapps.com/t/differents-comments-in-a-list/74174 "2024-06-16T17:06:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Cs123](https://avatars.discourse-cdn.com/v4/letter/c/41988e/32.png) [@Cs123](https://community.glideapps.com/u/Cs123)
#### Post date: [June 16, 2024, 5:06pm UTC](https://community.glideapps.com/t/differents-comments-in-a-list/74174/1 "2024-06-16T17:06:09Z")

</div>

Hello  
How can I create differents comments for each item in a list ?  
Thanks

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [June 16, 2024, 6:03pm UTC](https://community.glideapps.com/t/differents-comments-in-a-list/74174/2 "2024-06-16T18:03:18Z")

</div>

> [@Add comments to a detail screen](https://community.glideapps.com/t/add-comments-to-a-detail-screen/74115/4):
>
> If another user, such as an admin is supposed to be able to view these comments, then user specific columns is not the right choice here. So this is going to be a one to many relationship between instruction and comments. You will need a separate table for this, a relation or query between the two tables, and then each comment will be written to separate rows. Do not use user specific columns in that new table.

---

<div class="post-metadata">

### Author: ![Cs123](https://avatars.discourse-cdn.com/v4/letter/c/41988e/32.png) [@Cs123](https://community.glideapps.com/u/Cs123)
#### Post date: [June 18, 2024, 3:46pm UTC](https://community.glideapps.com/t/differents-comments-in-a-list/74174/3 "2024-06-18T15:46:47Z")

</div>

Hello,  
Thanks a lot.  
I would like to make comments in a list for each item (differents comments). I don’t know how to do it…

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/7/87fd09aa0b33cb00356b12d6d60d0b51084a7709.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/9/69627a825f91cf4ac48e23f1f585f5b57970481f.png)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [June 18, 2024, 6:40pm UTC](https://community.glideapps.com/t/differents-comments-in-a-list/74174/4 "2024-06-18T18:40:43Z")

</div>

You will need an additional column in the table to store the ID of the item you are commenting on. Then set a filter on the comments component to filter by the ID of the item you are viewing.

> **[Comments | Glide Docs](https://www.glideapps.com/docs/essentials/components/collections/comments)**
>
> Allow users to comment directly in your app.
