Create an agenda with a update record action

Hi everyone, I would create a note entry for my application in the record details page to create a history of the actions performed by a user who accesses the following interface.

I created a manual action that allows you to write these notes in an anonymous field of the record.

However what I want to create is a history of these notes: from the note entry screen in the screenshot I would like that every time a note is entered the old one is no longer selectable and a new line appears in the record detail screen under the appropriate section, as depicted in the screenshot. So the result has to be like this in the record details page.

What the record call does is simply an override in a field of the selected record.

  Thanks everyone for the help. P.S: i don't want to simply write note in a box field in the interface: this information must be visible into 2 different sites, so i have to memorize this notes somewhere in the records

  Discussion posts and replies are publicly visible

Parents Reply
  •  Hi sir, thanks for the reply but this is not my case: i don't want to create a new row in the record field. This selected row must be editable in the note field and the record must be visible into 2 different sides and editable from these sides. I want to create a chronology of these notes and the user must not edit the old notes. What i've achived is to write this note in the details page, but at every time one user call the action can update the old notes and i don't want it.

Children