Configuration
| Option | Required | Description |
|---|---|---|
| Name | No | Label for the step in the workflow canvas. |
| Integration Authorization | Yes | The connected Google account selected in Authentication. |
| Action | Yes | The Google Sheets action. The current editor shows Create Spreadsheet. |
| Title | Yes | Value entered in Title. |
| JSON Data | Yes | Value entered in JSON Data (Array of Objects). |
| When the step fails | No | Controls whether the workflow should Terminate Workflow or Continue if this step fails. |
| Before you configure this step, connect Google in Integrations for your workspace. If no active Google Sheets connection is available, the step shows a warning with a link to Integrations. |
Output
This step stores the created Google Sheets spreadsheet object as the step output. Use the full output reference in later steps:Example
Open Integrations and connect Google if needed. Add Google Sheets to your workflow and choose the account in Authentication. Keep Action set to Create Spreadsheet. Enter a spreadsheet name in Title. In JSON Data (Array of Objects), pass structured data such as:Notes
- The current editor exposes one Google Sheets action: Create Spreadsheet.
- The UI is optimized for a JSON array of objects, but the backend can still process other input formats.
- Test the step once before wiring nested output fields into later steps so you can confirm the returned response shape.

