• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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

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