• 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

  • Please note that the team will not be available on 7th May 2024, due to a public holiday.

    During this period, support assistance may experience some delays.

Search results

  1. G

    Question about how Iterator will act in the following situation

    I have a get request and most of the time the data is returned in an array so in the next step Iterator does its job and parses out the array. That part is perfect. What happens though when the get request only returns 1 record and is not an array? I assume Iterator will not do anything since...
  2. G

    How to post child records in pabbly api

    Hi, How do I post child records in Pabbly? In particular, the 'Legs' child parameters in the screenshots. Thanks!
  3. G

    Anyone know how to write loops in java or python for Code by Pabbly?

    Hi All, I think I need to write a for loop (or something) in Code by Pabbly however I dont know Java or Python. I am newer to coding but I do understand basic logic conditions. Below is the data I need to loop through and my logical explanation of what I need to do. If anyone can help me...
  4. G

    How to return values in an array if another value is true?

    I have the following json with 3 separate records. Currently I am using Pabbly Iterator to iterate through the outer array and then another iterator step to iterate through the nested array. I then take the data in the second (nested) array and put each record into Google sheets just to find...
  5. G

    Nested Routes

    Hi, I have a nested router (router within a router) however I cannot see the sub router steps in the 'Task History' to allow me to troubleshoot. Can you advise how I can see this. There is one final step after the following get request which is a post however I cannot see that.
  6. G

    Catching Webhook to then search contact in Zoho CRM not working

    Hi, I am catching a Webhook and then taking the email address out of the Webhook data then doing a Zoho CRM search contact by email. I captured the Webhook data and mapped the email field from the Webhook as the contact email search field for Zoho CRM. I press Save and Sent Test Request and...
  7. G

    API Post Error : form field class may not be null

    Hi, I searched past posts but couldnt find an answer to my issue. I am submitting a POST however the response I am getting is Error : form field class may not be null. Pebbly is sending something that I cannot see I suppose and that is causing the issue. When I test the API POST via Postman...
  8. G

    Is there a version control for workflows?

    I accidentally deleted a router action and completely deleted all the sub actions which was about 95% of my workflow. Is there any version control or any way I can restore the prior workflow version? I hope so… 😬
Top