Hello -
I have a SharePoint list with a column titled "Comments" where users can add new and updated comments. I would like to allow the user to update that column by being able to see the existing data and add a new comment without deleting the previous/saved comment.
I have a Canvas App connected to this list serving as the UI for the users to add/edit records.
Here are two solutions I'm looking at:
First option:
Allow the users to edit the record by simply adding new a line then add the comments following the previous comment. My concern is if the user fat-fingers and deletes the previous comment.
Second option:
Create a new column, called updated comments. Only expose this field in the Canvas App when the user chooses to edit the record. When they hit save or submit I will instruct the app to save the data by adding to the comments column along with the previous data.
Is this possible?