Google Sheets · Arazzo Workflow
Google Sheets Create With an Extra Sheet and Write
Version 1.0.0
Create a spreadsheet, add a second named sheet to it, then write values into that sheet.
Provider
Workflows
create-with-extra-sheet-and-write
Create a spreadsheet, add a second sheet, and write values into it.
Creates a spreadsheet, uses a batchUpdate addSheet request to add a second named tab, then sets values in a range on that new tab.
1
createSpreadsheet
Create the spreadsheet and capture its generated spreadsheet ID.
2
addSheet
Apply a batchUpdate with a single addSheet request that creates a second tab using the supplied title.
3
writeValues
Set the supplied values into the target range on the newly added sheet using USER_ENTERED interpretation.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.