DT disappearing data

Hi,

Is there any known issue with disappearing data from DT.
I have a DT on my form which is filled by user on NewForm.
Then we need 3 steps of approvals so I handle this with 'status' field on EditForm. So we have NewForm for 'Registration', EditForm for 'Approval1', 'Approval2', 'Approval3'.
This is not my first form, so as usually I have just set this DT to save to proper field.
Everything is ok when I open the form in Edit for the first time and it is in 'Approval1' status.
image

I save the form (decision) changing status and status is now 'Approval2'. I open it with level2 but all DT data are damaged.
image
Instead of array as a value of storage field I can see only string of representation of Object in JS :(.

Except change of value of status field nothing executes
in this form.

Regards
M

Well, I worked it out :).
Control and Field must not have the same Name.

Have a nice day!
:smile:

2 Likes