How to Fix Starting Row Errors in Google Sheets Bulk Update Rows Module

I want to use the “Bulk Update Rows” module to update data in Google Sheets. The new data I fetched needs to be updated starting from cell U926, but the module keeps attempting to update from U927, causing an error.

How can I fix this issue?

Error: The operation failed with an error. 400: INVALID_ARGUMENT - Requested writing within range [‘데일리지표_raw’!U926:AZ926], but tried writing to row [927]


Hey! Welcome to the Make Community

It’s due to the fact you say you want to update only row 926 (U926:AZ926).
Try to add the length of your array to AZ926

Like this


In this example I add the length of my array to 5, my initial row

Benjamin