> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Sheet

> Add a blank sheet to an existing Google Spreadsheet.

The **Create Sheet** action adds a blank tab to an existing spreadsheet. Use
**Create Table** instead when the new sheet should also receive column headers.

## Inputs

| Input                     | Type           | Required | Description                                   |
| ------------------------- | -------------- | -------- | --------------------------------------------- |
| **Third-party account**   | Google account | Yes      | Account with write access to the spreadsheet. |
| **Spreadsheet ID or URL** | String         | Yes      | Spreadsheet that receives the sheet.          |
| **Sheet Name**            | String         | Yes      | Title for the new sheet tab.                  |

<Note>
  This action returns no output. Use **Get Spreadsheet Details** after creation
  if you need the new sheet's numeric ID.
</Note>

## Troubleshooting

<AccordionGroup>
  <Accordion title="A sheet with that name already exists">
    Sheet titles must be unique within a spreadsheet. Choose a different name or
    write to the existing sheet.
  </Accordion>
</AccordionGroup>
