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
createSpreadsheet
Create the spreadsheet and capture its generated spreadsheet ID.
2
addSheet
batchUpdateSpreadsheet
Apply a batchUpdate with a single addSheet request that creates a second tab using the supplied title.
3
writeValues
updateValues
Set the supplied values into the target range on the newly added sheet using USER_ENTERED interpretation.