Same comments appearing with each message

Hi all,
I’m making a conference app, and have added a ‘news feed’. In the feed, I will post the news items; conference attendees should be able to comment.
Now, I notice that the same comments pop up with each of the news feed items. e.g., when someone posts ‘comment1’ in news feed item1, this same ‘comment1’ will appear in news feed item 2, and 3, and 4.
Can someone tell me if and what I’m doing wrong? Or is it a bug in the app?
Thanks!

You need to make sure that the comments component is assigned to a column that contains a unique value for each news feed item.

https://docs.glideapps.com/all/reference/components/input/comments#setting-the-topic-property-for-comments

Thank you Jeff, for this easy solution. I had indeed two same titles in the message feed. Kind regards, Frauke

1 Like