Hello,
I try to migrate from Monday since I discover the power of Grist ^^, and one feature we commonly use is the in-row chat/discussion system.
So I’ve made a widget that embeds a chat-like session directly in a row. Can be used also to enhance a “comments” column and keep track of history.
It requires at least one column in the table where you want to embed chat/comment. Additionally, you can use a second column to manage the message author.
(Currently it’s a bit tricky; I update the main column first, which lets Grist update the user column - throw formula - then I read this update and add into the main column the message with the current author).
The widget is available here: GitHub - Varamil/grist-widget: Additionnal widgets for Grist and an example here: Message-Widget - Grist