Create Sheet Activity
The Create Sheet activity adds a new sheet to an existing Google Sheets document. It enables users to specify the new sheet's name and optionally define its position within the document.
| Field | Description | Requirement |
|---|---|---|
| Google sheet name | The reference name of the Google Sheet, previously opened or created, selected from a dropdown. | Required |
| Sheet name | The name to assign to the new sheet. | Required |
Action Types & Examples
Create Sheet
- Format: Boolean
- Example Result: "true"
Implementation Examples
Field Setup - Google sheet name: GoogleSheet - Sheet name: NewSalesData
Execution Parameters - sheetNameVariable: "Q4_Report"
Technical Notes
Ensure the specified Google Sheet document exists and the connected account has appropriate write permissions to create new sheets. If a sheet with the specified name already exists, the activity may result in an error or create a sheet with a modified name, depending on the Google Sheets API behavior.