Configuration
Use the Insert Variable button next to Title and JSON Data (Array of Objects) if those values should come from start inputs or earlier workflow steps.
The editor describes the expected input format directly: each object becomes a row, and keys become column headers.
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.

