MoveRowsToAnotherSheet
Move rows between Smartsheets for efficient data organization and management.
Input
| Name | Type | Required | Description |
| SheetId | String | False | The unique identifier of the source sheet from which rows will be moved. |
| RowIds | String | False | A list of row IDs to move, provided as comma-separated values. This is required unless RowIdsFilePath is specified. |
| RowIdsFilePath | String | False | The absolute path to a local text file containing a comma-separated list of row IDs to be moved. This is required unless RowIds is specified. |
| DestinationSheetId | String | False | The unique identifier of the destination sheet where rows will be moved to. |
| Include | String | False | An optional, comma-separated list specifying additional elements to move along with the rows, such as attachments or discussions. |
| IgnoreRowsNotFound | String | False | Optional parameter. Set to 'True' to ignore errors for rows not found in the source sheet. The default is 'False', causing an error if non-existent rows are specified. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the rows were moved successfully (True or False). |
| AffectedRows | String | The total number of rows that were successfully moved. |