duplicate_record
Create independent copies of records in different database groups. Duplicates remain separate from originals — editing one does not affect the other. Specify destination group UUID to place the copy.
Instructions
Duplicate a record to any destination group, creating an independent copy. Unlike replicants, duplicates are completely separate records — editing one does not affect the other. The duplicate can be placed in a different database from the original. Destination group UUID is required. Returns the properties of the newly created duplicate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | UUID of the record to duplicate | |
| recordId | No | Numeric record ID (requires databaseName) | |
| recordPath | No | Record path within the database (requires databaseName) | |
| destinationGroupUuid | Yes | UUID of the destination group for the duplicate | |
| databaseName | No | Database name (required for recordId or recordPath lookups) |