I have a SharePoint list having a Notes and another NotesHistory field. Every time user puts some note that should get appended with the NotesHistory field and the original Notes field gets reset.
Requirement is to store the notes in JSON string array as below. [{"Date":"16/3/2021","Notes":"This is a sample note1"},{"Date":"16/3/2021","Notes":"This is a sample note2"}]
So, each time the notes gets added how would I append the {"Date":"16/3/2021","Notes":"This is a sample note3"} to the above JSON array retrieved from the current list item using Power Automate
Please help me on this.

