"Unable to parse range" with hardcoded simple range

I’m not sure why this error is coming up, I’m testing out the bulk update rows module with manual data but it is “unable to parse” the range B22:C32 in my spreasheet. Any ideas why?

This is all I’ve input into the module:

And yet this is the error:

Thank you.

Welcome to the Make community!

That’s because the range B22:C32 is not found in your spreadsheet’s sheet.

Ensure that it exists.

Thanks so much for the response. The range definetively does exist though:

Am I missing something? I’ve even tried with a blank spreadsheet and doing A1:A2 and same error comes up.

Turns out it was just an issue about the field “Sheet Name”, it was simply not the name of the document, once I hardcoded it with the right value it worked. Solved.

2 Likes