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

    Iterators and cycling through lists question

    Hello, I know how to process an array using an iterator, but my question deals with larges chucks of information where they only deliver a certain number of results in the array and then they include the next starting after ID so you can get the next array. I'm limited to 100 results in an...
  2. N

    Curl Command Won't Fully Import

    Hello, I can send the following curl command on my server and it works fine. When I go into Pabbly API and hit the import curl option, it doesn't put everything into the data field correctly or create parameters. The import curl ignores all of the -d stuff. Can you help me let me know what...
  3. N

    Fundamental Problem with How Values are Handled -

    I've learned recently about using default values as a workaround for when a 0 is returned by an API. In simple response mode Pabbly will display a 0 and in regular mode, pabbly will show a null value when an API returns False for a value. The problem is that in simple mode, the value really...
  4. N

    How to get JSON response?

    I shared my workflow and you have permission to test everything in it. When I submit the API request in Pabbly, I send the API Endpoint URL and I've tried both simple response and regular response, and both times Pabbly returns a simple response looking result and not the JSON. When I copy the...
  5. N

    Is there a way to stop tasks that are currently in a waiting status? We have some that have long wait periods and don't want them to run anymore.

    Is there a way to stop tasks that are currently in a waiting status? We have some that have long wait periods and don't want them to run anymore. Some have wait times of a couple months. Thanks
  6. N

    How to Handle Different Webhook Payloads

    We have some webhooks that we receive that have different fields and pieces of information and we don't have a way to change this. For example, one of our providers sends out all event notices to a single webhook and different types of events have different fields included. This causes a...
  7. N

    Any Way To Get Complete Webhook Payload?

    Webhooks sometimes contain different information and fields so is there a way to display the entire webhook payload? I went into one of my workflows and unchecked simple response and then recaptured the webhook and it doesn't come through / displayed in JSON format so is there a way to get...
  8. N

    Find all workflow runs that haven't yet completed due to a delay step?

    We have a ton of tasks that have various delay length steps as the delay timeframe is dynamically generated from a previous step. All I need to do is have a way to filter for tasks in the workflow history that have been started, but not finished........tasks that are currently waiting in that...
  9. N

    What is the best way to convert negative values to 0?

    I have a number formatter math operation that subtracts two numbers and sometimes the values end up being negative. I would like to add another step that will convert any negative values to 0, but if the values are above 0, they stay the same. What is the best way for me to accomplish this?
  10. N

    Delay Step Doesn't Seem To Be Working

    Hello, We have a workflow that was executed on May 17th and it went through the first batch of steps and then it hit a 12 day delay step so the next steps should have executed on May 29th, but we are now at May 31st and the next steps have still not executed. Could you please help me...
  11. N

    Does Anyone Know of an Email Tracking Service To Use With Gmail / Workspace?

    We send some emails using a Google Workspace email and would like to know if the emails have been opened or not. For our manual email sends from the browser interface, we use a Chrome extension called Yesware and it works great, but I'm not sure how something like this would work in an...
  12. N

    Is anything different for triggers when using Google Sheets (Developers) ?

    I just configured this and it seems to mainly update the actions. For the trigger, we still need to use the webhook URL and add that into the spreadsheet add on from Pabbly. Is this correct, or are there any difference to the trigger on Google Sheets (Developers) ?? Thanks
  13. N

    Google Sheets (Developers) - Confusion

    Hello, I went in to test the new Google Sheets (Developers): App and when I added it to my test workflow, it seemed to be the exact same as the previous Google Sheet integration as it provided a webhook and simply wanted that added into the Pabbly Google Workspace add on app. I didn't see...
  14. N

    Searching Through Data Results

    I have a request that pulls a list of domains in our account and their associated id. It's returning a large number of domains, so how do I search through those results and isolate the domain I need for use in future steps? So let's so I have 50 domains and I'm looking for...
  15. N

    Holding a step until business hours

    How can I make it so the next step of my workflow doesn't execute until it's between the hours or 9 and 5pm during the week? I've done this a couple other ways on other platforms. Thanks!
  16. N

    Phone Number Formatting

    Hello, Sometimes my phone numbers will be in a variety of formats: 8887779999 18887779999 +18887779999 (888) 777-9999 How can I make sure they always end up in the +18887779999 format ?? When I use the number formatter and choose the International or E164 formats, it doesn't add the 1 or +...
  17. N

    Why is this filter not working?

    I'm step 3 I'm using Code by Pabbly and it's output for this task is "No specific keywords found in the string." and then in Step 4 I have a filter step that checks that output and one of the options I have is "Does not contain" and the value is "keywords" but yet it still passes and the task...
  18. N

    Looking For the best way to engineer a new workflow. Thanks

    Hello, I'm trying to figure out the best way to engineer a new task. Basically I would like to have some sort of looping action happen where my workflow will check to see is something is active or not. If it's not active, I want an email to get sent. Then after a few days, it would check...
  19. N

    Partial Match in Filter Ex. "marketing" is passing when the word is "telemarketing"

    My filter is marked as contains and looks for the word "marketing". We just had something come through for "telemarketing" since that contains my filter, but I only want to look specifically for the word "marketing". I tried adding extra spaces before and after so it is " marketing " but that...
  20. N

    Tons Of Tasks Executed For No Reason And My Account Is Now Out of Tasks!!!

    About a month ago we had a ton of tasks run that were triggered by column O of a Google sheet being updated. They all just ran again right now for some reason and it shows the row and column in the task history of pabbly, but when I go to the google sheet, it has not been changed. How could...
Top