subform not keeping history of changes
Confluence User - 25 Nov, 2020
Hi,
I am building a simple approval process (taking the Expenses Claims app as example).
There is lots of back and forth between two users. One person edits and the other reviews , add comments and can accept/reject the changes. If the reviewer rejects, the flow goes back to the editor to implement the new changes.
I am using a subform to store the reviewer comments/decision. What I have noticed is that the ID of the record in the subform matches the ID of the parent record. Is that normal?
The problem is that only the last record of the changes is kept in the database.
How can I design my forms so that all the reviews are kept?
forms;subforms