Google Sheets · Arazzo Workflow
Google Sheets Create and Seed a Spreadsheet
Version 1.0.0
Create a new spreadsheet, append seed rows to it, then read them back.
Provider
Workflows
create-and-seed-spreadsheet
Create a spreadsheet, append seed rows, and read them back.
Creates a spreadsheet titled by the caller, appends a block of seed rows to the supplied range, and reads the appended range back so the caller can verify the write.
1
createSpreadsheet
createSpreadsheet
Create a new spreadsheet with the supplied title and capture its generated spreadsheet ID and URL.
2
appendSeedRows
appendValues
Append the supplied two-dimensional value block to the target range, letting the API find the table and write to the next available rows.
3
readBack
getValues
Read the appended range back from the spreadsheet to confirm the seed rows were written.