sigma_duplicate_workbook
Clone an existing Sigma workbook by specifying its ID and a new name, optionally placing the copy in a chosen destination folder.
Instructions
Duplicate an existing workbook.
workbook_id: ID of the workbook to clone. name: Name for the new cloned workbook (required by the API). destination_folder_id: ID of the destination folder. If omitted, clones into the same folder as the original.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| workbook_id | Yes | ||
| destination_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |