MoveSheet
Relocates a sheet to a new folder, home directory, or workspace for better accessibility.
Stored Procedure-Specific Information
To execute this procedure, enter:EXEC MoveSheet SheetId='632130486200196', DestinationId='5002803811772292', DestinationType='folder'
Input
| Name | Type | Required | Description |
| SheetId | String | True | The unique identifier of the sheet to be relocated within Smartsheet. |
| DestinationType | String | True | Specifies the target container type for the sheet relocation. Valid values include 'folder', 'home', or 'workspace'. |
| DestinationId | String | False | The unique identifier of the target container for the sheet relocation. Mandatory if 'DestinationType' is 'folder' or 'workspace'. If 'DestinationType' is 'home', this value must be null. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates if the sheet was successfully moved to the specified destination (True or False). |