• 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

    custom data mapping section not appearing. Is this a bug? No +/- sign there to add data

    I just posted about the same issue and just saw this post as well. Im having the same problem.
  2. G

    Question about how Iterator will act in the following situation

    Yea, bummer. I'm wondering if there is a way for me to have a validation step which checks if the reply from the API is an array (like =ISARRAY() ) then use a router to determine next step. If array, then go to Iterator, if not array then continue. Not sure if this would work under the Pabbly...
  3. G

    Question about how Iterator will act in the following situation

    No, there is no result count field from the api get request response. Just a field for each key and its value from the get request. I’ve attached a screenshot.
  4. G

    Question about how Iterator will act in the following situation

    Hi Fagun, thanks for your response. Result count from the Iterator step or from the get request? Unfortunately there is no response from the Iterator step since it won’t even run but for the get request, there is no result count field. Just a field for each key and its value from the get request.
  5. 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...
  6. 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!
  7. G

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

    Really? @Supreme? I just need an explanation on how to control the looping that Iterator does in conjunction with using Pabbly Filter as you referenced in a similar discussion with someone else looking for the same. I've been using Iterator and Filter independently just fine. What is not...
  8. G

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

    Can you explain this filter action step and how to use it to control the Iterator’s predetermine number of iterations? This is the basis of my question. Thanks! The iterator can also be set to halt after a predetermined number of iterations or when a particular condition is satisfied with the...
  9. G

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

    Thats unfortunate as I feel like I'm so close to getting it to work. I will look to hire someone I suppose. In the meantime, can you help explain this post of yours in more detail as I believe this something I need to understand as well...
  10. G

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

    @Supreme Perhaps I have not explained the issues to you properly therefore I have created 2 videos to show you (part 1 cut off so I had to continue with part 2 video). Also, I understand how to use Pabbly Filter however please refer to an earlier post in this thread about the context I was...
  11. G

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

    No problem. Thank you so much! If you can also help me better understand how to implement a filter to control the iterations, that would be great as well. I wasn't able to understand clearly from your post I mentioned earlier in this thread. thx!
  12. G

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

    Certainly. Here are 2. I have many more if needed. IjU3NjAwNTZiMDYzMDA0M2M1MjZmNTUzMjUxM2E1MTYyNTQzMiI_3D_pc Task History ID - IjU3NjAwNTZiMDYzMDA0M2M1MjZmNTUzMjUxMzY1MTY2NTQzNSI_3D_pc
  13. G

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

    FYI, I have hit dead ends all day trying to figure out how to get this working. I moved away from Python and Java because I dont know them and I know I should be able to get this to work without any coding. The name of the flow is Simple-STRAT Workflow and the Route is IBKR New. I run test...
  14. G

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

    I figured a way to get the data into google sheets and then select the correct cell with the data I need. Now, the problem is that Iterator sends the data for each loop it runs. I reviewed the following post however I'm still not clear on the final explanation and how to only have the data...
  15. G

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

    Yes and perhaps Pabbly can figure out why Code by Pabbly isn’t working properly for the existing Python code since it’s providing the exacted output already.
  16. G

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

    @Supreme Yes, I just dont know how to write Java.
  17. G

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

    @Kunal If Python is giving issues, perhaps we can try in Java?
  18. G

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

    Hi @Kunal I've continued to test it all day today with different records and it come back blank still. Why would the value show in the output however not get passed along to use in the next step?
  19. G

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

    Hi, while the value is properly being returned in the code step, it is not being passed in the next steps. Please see the error below. Thanks,
Top