Super Clone Pro
Process Builder Setup

Super Clone Pro’s clone and copy functionality can be run using a Process Builder flow. Use Call An Apex Action Type in the flow. The Find And Apex Class will prompt you with Clone with Super Clone Pro and Copy related records with Super Clone Pro.

Note: To prevent an infinite loop of cloning or copying, field values that trigger the clone or copy action should be altered during the process. The creation of the new cloned record can cause the Process Builder to execute again on the cloned record. The recommended way to prevent this is to set new values for the fields in the configuration.

Clone with Super Clone Pro will run the clone process for the object. The configuration name and object record Id are passed into the method.  A user will need permission to run the ScpCloneAction Apex class to execute the logic.

Copy related records with Super Clone Pro will run the copy child relationships process for the object. The configuration name, record Id of child relationships that will be copied, and the record Id of the record where the child relationships will be copied to. A user will need permission to run the ScpCopyAction Apex class to execute the logic.