common-new-item-clone-by-id
Clone Sitecore content items by ID to create duplicates in specified locations, enabling content reuse and branch replication.
Instructions
Creates a new item clone based on the item provided by its ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID 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). |