I have a script that does the following:
1- open template file_1 and update text field and timestamp field 2- copy content of file_1 3- create file_2 with content of file_1 4- reset template file_1 (erase content of text field and timestamp field)
The reset show updated text field but last recorded timestamp.
The file_2 shows its erased (pre-1 or post-4) text field with updated timestamp.
Do you have any idea why?