Google Sheets action partial failed

betterleaf

Member
Hello

I've been encountering partial failure when trying to get the workflow working, particularly on the action of adding new row for google sheets.
Error occured as per image attached below.
Resourse exhausted. Response not received in 15seconds. False Response.

I've tried using delay for one minute, but the problem still remains.

Would like to get support on resolving this problem.

Thank you.

2021-11-23_142439.png
 
P

Pabblymember11

Guest
Hey @betterleaf

Google Sheets API has a usage limit of per user basis. In the error shown, your rate limit for adding rows of data to Google Sheets has exceeded.

You can check the limits here.

1618989041288.png


In case of any failure, you can re-execute the step manually from the Task History Tab.

Also, check if there is any other way to send the webhooks that are not more than 100 rows of data in the period of 100 seconds.
 
Top