External DocumentationTo learn more, visit the Google Sheets documentation.
Actions
Create Sheet
Add a sheet to an existing spreadsheet.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Spreadsheet ID | The ID of the spreadsheet. |
| Title | The title of the new sheet. |
| Parameter | Description |
|---|---|
| Delegated User Override | Perform 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. |
{
"spreadsheetId": "<string>",
"replies": [
{
"addSheet": {
"properties": {
"sheetId": 700,
"title": "<string>",
"index": 97,
"sheetType": "<string>",
"gridProperties": {
"rowCount": 910,
"columnCount": 205
}
}
}
}
]
}
Was this page helpful?