Skip to main content

Copy Sheet

Copies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet.

External Documentation

To learn more, visit the Google Sheets documentation.

Basic Parameters

ParameterDescription
Destination Spreadsheet IDThe ID of the spreadsheet to copy the sheet to.
Origin Spreadsheet IDThe ID of the spreadsheet containing the sheet to copy.
Sheet IDThe ID of the sheet to copy.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
"sheetId": 1619431263,
"title": "Copy of Sheet1",
"index": 1,
"sheetType": "GRID",
"gridProperties": {
"rowCount": 1000,
"columnCount": 26
}
}

Workflow Library Example

Copy Sheet with Google Sheets and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop