Skip to main content

Create Sheet

Add a sheet to an existing spreadsheet.

External Documentation

To learn more, visit the Google Sheets documentation.

Basic Parameters

ParameterDescription
Spreadsheet IDThe ID of the spreadsheet.
TitleThe title of the new sheet.

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

{
"spreadsheetId": spreadsheetId,
"replies": [
{
"addSheet": {
"properties": {
"sheetId": 00000,
"title": "test",
"index": 4,
"sheetType": "GRID",
"gridProperties": {
"rowCount": 1000,
"columnCount": 26
}
}
}
}
]
}

Workflow Library Example

Create Sheet with Google Sheets and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop