Google Sheets · Arazzo Workflow
Google Sheets Refresh a Range
Version 1.0.0
Read the current values of a range, clear it, then write a fresh set of values into it.
Provider
Workflows
refresh-range
Snapshot, clear, and rewrite the values of a single range.
Reads the current values of a range, clears it, and writes a fresh set of values into the same range so the range ends up holding only the new data.
1
snapshot
getValues
Read the current values of the range so the caller has a before snapshot.
2
clearRange
clearValues
Clear the range so the subsequent write starts from a clean range.
3
writeFresh
updateValues
Write the fresh block of values into the now-cleared range.