• 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

Search results

  1. F

    Crove Time-Out Issue

    How many seconds would you recommend to add in this scenario?
  2. F

    Crove Time-Out Issue

    Here is an example where the first Crove step failed, but the second one was successfully processed Task ID: IjU3NjAwNTY0MDYzNjA0MzQ1MjZkNTUzYzUxMzQ1MTZhNTQzMSI_3D_pc And this is an example where the second step failed IjU3NjAwNTY0MDYzNjA0MzQ1MjZkNTUzYzUxMzM1MTYwNTQzMiI_3D_pc
  3. F

    Crove Time-Out Issue

    Thank you, I just added you to the workflow.
  4. F

    Crove Time-Out Issue

    I have a workflow that generates two documents with using Crove and there is almost no task where at least one of them fails with the following response: "Response not received in 25 seconds." This of course creates a problem, as both documents are required, and it forces us to re-execute the...
  5. F

    Crove.app OneDrive pdf upload issue

    I just reconnected it, and Save and Send Test Request, and got the same result, the PDF won't open. The file appears to be empty
  6. F

    Crove.app OneDrive pdf upload issue

    There seems to be a bigger problem with OneDrive. The original error I encountered I can only replicate when reattempting to set up the workflow; once the workflow is executed by a new task automatically, it fails to execute with an "InvalidAuthenticationToken" error. If I try to authenticate...
  7. F

    Crove.app OneDrive pdf upload issue

    No, the issue persists
  8. F

    Python code use case

    import time def closest_time(now, time1, time2): if now < time1: return time1 elif now < time2: return time2 else: return None def main(): # Get current time in seconds since the epoch (UTC) now = time.time() # Calculate the current day's 7 AM...
  9. F

    Python code use case

    I tried running the code myself and it works https://onecompiler.com/python/3z6uztkg6 Here are other tests in different platforms
  10. F

    Python code use case

    Just to complement my previous response, the reason is so important to be able to import time and DateTime is that code needs to be able to account for the transition between daylight saving time and standard time, for instance. Not being able to do this forces you to make "manual conventions to...
  11. F

    Python code use case

    Ohh, is this on your roadmap already? This would be very extremely helpful. Do you have any suggestions for achieving something like this?
  12. F

    Crove.app OneDrive pdf upload issue

    Do you mean manually uploading the PDF doc to OneDrive? If so, yes, it works without any issues.I just uploaded a document that was just triggered by the workflow, and it worked just fine.
  13. F

    Crove.app OneDrive pdf upload issue

    I just sent you an email. Thanks!
  14. F

    Python code use case

    I'm trying to use the following Python code to print the closest to the two target times, 7 am or 1 pm. If the current time is past 1 pm, the target time will be 7 am on the following business day. Can I use the 'pytz' module in Pabbly? import datetime import pytz def closest_time(now, time1...
  15. F

    Crove.app OneDrive pdf upload issue

    I tried uploading a pdf document to OneDrive and it keeps generating an error, and even though the file is "uploaded" it never opens. You always get the error below. However, if I try to do the exact same process for Google Drive, the document uploads without any issues. We do require to be able...
  16. F

    Getting an error while setting up OneDrive integration

    I'm trying to connect to Microsoft OneDrive but I keep getting this error "Some error occour (Authorization Code)" when I attempt to Sign In to my OneDrive account.
  17. F

    New Action Events for QuickBooks Online

    I just posted this request. Hopefully, this can be added soon, as it will allow me to migrate from Zapier.
  18. F

    New Action Events for QuickBooks Online

    Update Invoice and Update Estimate. These should be core features of this integration, as you can update these two documents from a Google Sheet that can also be updated automatically from multiple sources.
Top