# Add comments to a detail screen

**URL:** https://community.glideapps.com/t/add-comments-to-a-detail-screen/74115
**Category:** Ask for Help
**Created:** [June 13, 2024, 7:52pm UTC](https://community.glideapps.com/t/add-comments-to-a-detail-screen/74115 "2024-06-13T19:52:34Z")
**Posts on this page:** 1
**Showing post:** 4

<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 13, 2024, 10:03pm UTC](https://community.glideapps.com/t/add-comments-to-a-detail-screen/74115/4 "2024-06-13T22:03:05Z")

</div>

> [@Carl\_Johnson](#):
>
> comments to be specific to each user since they will likely have unique questions.

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.

> [@Carl\_Johnson](#):
>
> I’d like to make it more of a chat with each user so i can respond with specifics for each instruction - so it will be a threaded conversation

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.

---

_[View the full topic](https://community.glideapps.com/t/add-comments-to-a-detail-screen/74115)._
