Google Sheets · Arazzo Workflow
Google Sheets Create, Write, and Verify
Version 1.0.0
Create a spreadsheet, write values into a range, then read the range back to verify the write.
Provider
Workflows
create-write-and-verify
Create a spreadsheet, write values, and read them back to verify.
Creates a spreadsheet, sets values in a range, and reads the same range back to confirm the write landed.
1
createSpreadsheet
createSpreadsheet
Create the spreadsheet and capture its generated spreadsheet ID.
2
writeValues
updateValues
Set the supplied values into the target range using USER_ENTERED interpretation.
3
verify
getValues
Read the written range back from the spreadsheet to confirm the values.