I have a workflow that creates a new record and a step where I copy the values. Now, if I update any value in the new record, it updates also the value in the main record of which the values were copied.
Expected Behavior
If I clone values in a new record, I should be able to update them without it updating the data of the values of the record I cloned the data from.
The last screenshot above should show:
record.values.AccountName = account name (from the record)
recordB.values.AccountName = modified
recordC.values.AccountName = modified again
Steps To Reproduce
You can test it on QC in the CRM instance,
Go to the account module. There is a "CRM - Clone" button. The workflow it calls has ID 383351435045109761.
Is there an existing issue for this?
Version of Corteza
2023.9.5
Current Behavior
I have a workflow that creates a new record and a step where I copy the values. Now, if I update any value in the new record, it updates also the value in the main record of which the values were copied.
Expected Behavior
If I clone values in a new record, I should be able to update them without it updating the data of the values of the record I cloned the data from.
The last screenshot above should show:
Steps To Reproduce
Environment and versions
No response
Anything else?
Reported first on the forum: https://forum.cortezaproject.org/t/copying-a-record-in-wf/2015/3