Hello Everyone,
I have a module named A.
I have an action where the source object is a view of the module A and target object is the module A.
I have done the following mapping in the action.
All the Dimension have been correctly mapped for the import but when i come to the line items Mapping
I made some checks on simple examples, and it worked as expected, submission was copied to backup, and then got cleared. Not sure if it depends on the order of line items maybe though.
Anyway, how I would approach the following is to split it into two steps - two actions, which you can group into process. So first step (action) will be to copy your submission to the backup, and then second action to clear the submission.
This way you should avoid any problems.
If your objective is;
two-step approach is the right direction - two separate import actions combined into a single process. This will ensure your data is backed up into new line item before data is over-written in source line item.
Cheers!