common-new-item-clone-by-path
Clone Sitecore content items by specifying source path, destination, and name. Duplicate single items or entire branches to streamline content management workflows.
Instructions
Creates a new item clone based on the item provided by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the item to be cloned. | |
| destination | Yes | The path of a parent item under which the clone should be created. | |
| name | Yes | The name of the item clone. | |
| recurse | No | Adds the parameter to clone the whole branch rather than a single item. | |
| database | No | The database containing the item (defaults to the context database). |