Google Sheets · Arazzo Workflow
Google Sheets Overwrite or Append Rows
Version 1.0.0
Inspect a range and branch — overwrite it in place when it already has data, otherwise append fresh rows.
Provider
Workflows
overwrite-or-append-rows
Overwrite a range in place when populated, otherwise append the rows.
Reads a range and either overwrites it with the supplied rows when it already holds data, or appends those rows when the range is empty.
1
inspectRange
getValues
Read the target range and branch on whether it already contains data.
2
overwrite
updateValues
Overwrite the populated range in place with the supplied rows.
3
appendRows
appendValues
Append the supplied rows to the empty range so they land at the start of the table.