Response not received in 25 seconds - Google Sheets

NickJSI

Member
workflow ID:


1 out of every 20 fails. The instructions to delay the api call do not apply to a google sheets connection.

How do I remedy this? It's breaking my entire flow.
 

Attachments

  • Screenshot 2024-09-22 at 8.25.43 AM.png
    Screenshot 2024-09-22 at 8.25.43 AM.png
    97.5 KB · Views: 94

ArshilAhmad

Well-known member
Staff member
Hi @NickJSI,

Pabbly Connect waits for 25 seconds to receive a response from any application. The issue you are describing occurs when an application (Google Sheets) takes more than 25 seconds to process a request, and because of this, Pabbly Connect does not receive the response within 25 seconds, leading to the error you encountered.

Currently, the only workaround for this issue is to enable the Auto Re-Execution feature, which will automatically re-execute your failed tasks. Please read the attached thread below to understand how this feature works.
 

NickJSI

Member
Thanks Arshil. I'll update the flow to do this.
As an alternative approach, could I use the api call to engage with google sheets to do the same thing, and utilize the response ID method?
 

ArshilAhmad

Well-known member
Staff member
You can execute the endpoint through a Custom API Request, but that wouldn't necessarily solve the issue you are encountering, as it would take the same amount of time to search for a value in your spreadsheet.
 
Top