• 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 $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Subscription Billing โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Chatflow โ€” Lifetime Access for $249 โ€” View Offer

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

Recent content by felipearbelaez

  1. F

    Quickbooks to Slack

    I'm running a workflow that sends a notification to a Slack channel when a payment is received in Quickbooks Online. It works for the most part but we just noticed that when multiple payments are received at the same time, Pabbly is sending the notification to Slack for one of the payments only...
  2. F

    Microsoft Teams Bot Token Type

    Is there any way to set up Microsoft Teams similar to Slack, which allows you to opt for a token type as "user" or a "bot"? When sending notifications as a user (with Pabbly), I don't get notifications because the message is created as myself. Zapier for Teams acts like a bot, so I receive...
  3. F

    Crove Time-Out Issue

    How many seconds would you recommend to add in this scenario?
  4. 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
  5. F

    Crove Time-Out Issue

    Thank you, I just added you to the workflow.
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. 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
  11. 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...
  12. 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?
  13. 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.
  14. F

    Crove.app OneDrive pdf upload issue

    I just sent you an email. Thanks!
Top