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

    Freshdesk connection not allowing new labels

    Thanks, it is working for new users. The name will be added to a new contact with email. However, for old users, the contact name wont be updated. Is there a way you can add a new action to Freshdesk connector? Update a Contact https://developers.freshdesk.com/api/#contacts Search for "Update...
  2. J

    Freshdesk connection not allowing new labels

    Greetings, I am trying to create a ticket using Freshdesk connecter. I want to include the user name and I have done it in the past. However, this has stopped working. I checked the API doc of Freshdesk and they haven't changed anything. Previously I was able to add the user name by creating a...
  3. J

    Loop over multiple results

    This was incredible! thanks a lot. Now it works perfect :)
  4. J

    Loop over multiple results

    Thanks Fagun. I have checked this before, but the problem with how MySQL connector is that the data is sent to pabbly row by row, not in json. So I end up with hundreds of row like this: result 0: name Result 0: email Result 1: name1 Result 1: email 1 Result 2: name 2 Result 2: name 2 And so on.
  5. J

    Loop over multiple results

    Greetings, I have one flow: Test - Schedule To MySQL (Beta) In it I have a custom MySql query and the result has multiple rows. I would like to know to send those individual rows results to another app, lets say freshdesk. If my query result contains 3 rows (column: name, email), how can i...
Top