> ## 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 Spreadsheet

> Create a new Google Spreadsheet.

The **Create Spreadsheet** action creates a new Google Sheets file owned by the
connected account.

## Inputs

| Input                   | Type           | Required | Description                               |
| ----------------------- | -------------- | -------- | ----------------------------------------- |
| **Third-party account** | Google account | Yes      | Google account that owns the spreadsheet. |
| **Title**               | String         | Yes      | Title of the new spreadsheet.             |

## Outputs

| Output              | Type   | Description                              |
| ------------------- | ------ | ---------------------------------------- |
| **Spreadsheet ID**  | String | Google's identifier for the spreadsheet. |
| **Spreadsheet URL** | String | URL that opens the spreadsheet.          |

Use either output as **Spreadsheet ID or URL** in later Google Sheets actions.

## Example

```text theme={null}
New client
  → Google Sheets: Create Spreadsheet
  → Google Sheets: Create Table
  → Store Spreadsheet URL
```
