Hi,
Set the user name and date to a repeating field when the user opens the
form. Add the names to this node and save the form every time after opening
form.
I have created a repeating table and used a rule on-open to set column 1 to
get-role() and column 2 to now(). However, that doesn't add a row each time.
The one and only row just gets updated.
You need to add a new node manually in the code.(ex: If you have the xpath
of the repeating row is like /my:myFields/my:group1/my:group2/my:role then
you have to insert a group2 node.) and assign the values to the fields every
time when form is opened.