Google Sheets · Arazzo Workflow
Google Sheets Bulk Load Multiple Ranges
Version 1.0.0
Create a spreadsheet, write several ranges in one batch, then read them all back in one batch.
Provider
Workflows
bulk-load-multiple-ranges
Create a spreadsheet and bulk write and read multiple ranges.
Creates a spreadsheet, writes several value ranges in one batchUpdate, and reads them all back in one batchGet.
1
createSpreadsheet
createSpreadsheet
Create the spreadsheet and capture its generated spreadsheet ID.
2
bulkWrite
batchUpdateValues
Write every supplied value range into the spreadsheet in a single batchUpdate using USER_ENTERED interpretation.
3
bulkRead
batchGetValues
Read all of the supplied ranges back from the spreadsheet in one batchGet.