• 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 inochi

  1. inochi

    Todoist issue

    Actually, it's not true that Todoist doesn't support any line breaks; I have always created tasks with line breaks. After conducting some tests, I've realized that the problem actually occurs with certain parameters that I pass from PayPal. In this case, it accepts all parameters (such as client...
  2. inochi

    Todoist issue

    no problem ๐Ÿ˜Š I will wait.
  3. inochi

    Todoist issue

    Essentially, I've created a workflow with Pabbly, and when I create a task with Todoist, a strange error appears and it doesn't work. I've also tried reconnecting the account and updating the fields, but the same problem persists (see the attached screenshot). How can I resolve this?
  4. inochi

    Problem webhook with PayPal (IPN)

    I am encountering a challenge in setting up two separate workflows on Pabbly: one for refunds and another for received payments. However, I am facing an obstacle due to PayPal's limitation, which allows setting up only one webhook link for Instant Payment Notification (IPN). Additionally, Pabbly...
  5. inochi

    Issue with Python Code

    It's working! Thanks
  6. inochi

    Issue with Python Code

    Same issue with this code: https://pastebin.com/C49NsMqc It's working well on Python compiler (see the screenshot) but it's giving me an error on Pabbly Connect... Could you please help me? Thanks
  7. inochi

    Issue with Python Code

    Okay, now it's working. What has changed? Can you give me specific directions so that all the codes work?
  8. inochi

    Issue with Python Code

    It's normal for it to give you an error.. you copied and pasted without formatting the Python code correctly. Copy this code with the correct formatting from the following link: https://pastebin.com/3jmx6xPh Then try running the code through this compiler: https://www.online-python.com/ I am...
  9. inochi

    Issue with Python Code

    Of course. The problem is only on Pabbly Connect. Here's the result on an online compiler: [{'random_time': '42 minuti fa'}] It's working perfectly. Here's the result on Pabbly Connect for the same code: Error: name 'random_time' is not defined Before the Pabbly Code update everything was...
  10. inochi

    Issue with Python Code

    Hello, after updating Python & Javascript Code, I can no longer get the codes I had before to work. I give an example just to understand: import datetime import random now = datetime.datetime.now() # ottieni l'orario corrente in Italia delta = datetime.timedelta(minutes=random.randint(10...
  11. inochi

    Multiple selection of API results

    Okey it works. Thanks
  12. inochi

    Multiple selection of API results

    I probably didn't explain myself well, but I would like to import all the usernames at once without having to do it manually. Can multiple values of an api call be selected in bulk?
  13. inochi

    Multiple selection of API results

    Hello, I was wondering if it would be possible to select multiple results of an API call at a time so as to speed up the process. Let me explain better, with an API call I requested about 50 profile usernames and I would like to put them in a google sheet but I would have to put 50 times the...
Top