I keep getting "unable to parse rang" error for Google Sheets; what am I doing wrong?!

RoCrow

Active member
I keep getting this error message on a Google Sheets: Update Row action step:

{
"error > code": 400,
"error > message": "Unable to parse range: Data!A",
"error > status": "INVALID_ARGUMENT"
}

Can you please shed some light on the problem, as I'm not sure how to fix it? (or where I should be looking; not sure what that error message actually means?)

Thanks!
 
P

Pabblymember11

Guest
Hey @RoCrow

As we can see from your workflow, it seems like your Google Sheets: Lookup Value and Google Sheets: Update a Row action step didn't respond at that moment. Perhaps due to excessive application requests or maybe the data which you were trying to fetch doesn't exist or unable to access it.

You can re-execute the task again and it will work again.
 
Top