How to use DeepClone action to clone object with all associations?

1
I have a “parent” object with dozens of associations with “child” objects. I need to clone the whole “parent” object with all the associations.  I’m going to use “DeepClone” action, but do I need to write something in the fields except the “source” and “target”? For example, I’m concerned about “Members to keep” and “Reverse associations” – do I need to write some expression there, otherwise it won’t copy the associations in the clone? Or I can leave them empty?
asked
1 answers
1

I found the following forum post that asked something similar. Maybe their answers will help you?

Deep Clone settings question

This one has a helpful screenshot with an example config:

Configuring DeepClone activity

answered