• 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 $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Search results

  1. marlon1337

    JSON Selecttransform Integration Problem

    @Preeti Paryani no, the actual result of selecttransform is without [ ] . This is the correct result and there should not be any bracket or anything else appearing. It's the whole point of using selecttransform to get exactly the return to fit the template. Correct result for the template as...
  2. marlon1337

    JSON Selecttransform Integration Problem

    @Preeti Paryani this is not okay. The problem only occurs because selecttransform is not working correctly as it should. And Regex is also not working correctly. This is obviously a bug/not good made integration.
  3. marlon1337

    JSON Selecttransform Integration Problem

    @ArshilAhmad I would like to use a free workflow step like text transform with regex to remove the outside brackets. However Regex like /^\[(.*)\]$ which works when testing on Regex test tools is not returning anything in pabbly. I tried multiple regexes which should return the same capture...
  4. marlon1337

    JSON Selecttransform Integration Problem

    @Preeti Paryani Thank you, almost there. I would need the exact outcome as in the playground. Right now I still have the [ ] at the beginning and the end which would then require another text regex transformation step from me. Would you be able to adjust the outcome to exactly to what is shown...
  5. marlon1337

    JSON Selecttransform Integration Problem

    @Preeti Paryani Thanks, but it still is not the same as the result from selecttransform as it should be. The correct result is: { "billable": { "products": [ { "name": "Rainglide One 70cm", "qty": 2, "unit_price": 21.3032785 }, { "name"...
  6. marlon1337

    JSON Selecttransform Integration Problem

    Hi guys, I can't figure out how to transform a json with the selecttransform integration. The template works at https://selecttransform.github.io/playground/ but when pasting it to Pabbly I get an error. Here is what works on the selecttransform playground: var data =...
Top