Google Sheets · Arazzo Workflow
Google Sheets Seed a Range Only If Empty
Version 1.0.0
Read a range and branch — write seed values only when the range has no existing data.
Provider
Workflows
seed-if-empty
Write seed values into a range only when that range is currently empty.
Reads a range and writes the supplied seed values only when no values are present, leaving an already-populated range untouched.
1
checkRange
getValues
Read the target range and branch on whether it already contains any values.
2
seedRange
updateValues
Write the supplied seed values into the empty range using USER_ENTERED interpretation.