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

Search results

  1. Fagun Shah

    Pabbly Connect Ultimate Plus

    That 2nd transaction gave you 10k tasks and team members feature as showed in your screenshot. Normal Ultimate plan for lifetime deal only includes 10k tasks, bcoz you've purchase upsell as well , you now have 20k tasks.
  2. Fagun Shah

    Python code use case

    @Supreme @felipearbelaez I tried using both time and datetime , looks like it is working now code- 1- import time # Get the current time in seconds since the epoch current_time = time.time() print("Current time (in seconds):", current_time) # Pause the execution for 2 seconds print("Pausing...
  3. Fagun Shah

    I can't see Schedule by Pabbly in app list

    Scheduler is a trigger(1st step of the workflow), for adding Delay or Delay Until use Delay module in the action steps.
  4. Fagun Shah

    The Webhook fired

    Give them more information to work with, which workflow is not working?
  5. Fagun Shah

    How can I send WATI template messages to multiple fone numbers ?

    While setting up the workflow using iterator it will only show you 1st item of array, but when the workflow actually triggers it will send messages to all the number in the array.
  6. Fagun Shah

    GPT-3.5-turbo (ChatGPT) support?

    Turn on Simple Response toggle for Chatgpt action and click on save and test request again.
  7. Fagun Shah

    Dropbox Folder Move - Need Delay so Trigger only runs at midnight

    You can use Date and Time formatter to generate Midnight time value for that day and then use Delay - Delay Until.
  8. Fagun Shah

    Workflow hangs forever

    How big is your workflow? I have faced similar issue for workflows bigger than 25-steps. Try to break workflow in multiple workflows by sending data to another workflow using API module.
  9. Fagun Shah

    How can I rename the actions

    Try refreshing workflow page once to see all the above actions available for mapping. You can't map values cross-routes.
  10. Fagun Shah

    How can I create new spreadsheet in Google Sheets from model ?

    @Supreme @Carlos Melo to update header row values after copying the file you can use Gsheet action - "Update Row Values"
  11. Fagun Shah

    No more support of multipart???

    They never supported that in the past, and last time when I asked them(2-days ago) they said no plans for it. But I agree that it will open a lot of possibilities.
  12. Fagun Shah

    How do I automate Instagram likes

    Not possible with pabbly connect due instagram API limitations. You need to check RPA tools for this.
  13. Fagun Shah

    How can I undo my workflow

    That is not possible for now in pabbly connect.
  14. Fagun Shah

    Asana "not an array" error for "creat a task"

    You are missing [" and "] around that mapped value.
  15. Fagun Shah

    Asana "not an array" error for "creat a task"

    You need to follow the format they have asked for -
  16. Fagun Shah

    Webhook Issues

    All columns need to have values till column M
  17. Fagun Shah

    twitter - telegram

    Share the workflow name so their team can look into it
  18. Fagun Shah

    Updating a field in a database with today's date

    Refresh the workflow page and check once.
Top