• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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: 5

ArshilAhmad

Moderator
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

Moderator
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