Hey, Baserowers!
Is it somehow possible to see a preview of the Row Comments within a Table view?
I want basically to create one Column which contains the beginning text of the particular Row comments.
Thanks!
Hey, Baserowers!
Is it somehow possible to see a preview of the Row Comments within a Table view?
I want basically to create one Column which contains the beginning text of the particular Row comments.
Thanks!
This is not directly possible in Baserow. A work-around could be to setup an automation where you use the API endpoint https://api.baserow.io/api/row_comments/[table id]/[row id]/. However, you can only trigger the automation if a row is created, updated or deleted. Not if a new comment is added.
Would it be a solution to create a Long text field and enabling the richt text format? This allows you to create a list of comments that automatically shows a preview in the table.
Thanks! Will try either of ways!