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

Recent content by PatFriedl

  1. PatFriedl

    Code block not returning HTML code

    I gave up - the code block can't do this basic task, so I wrote it in PHP and hosted it on my server
  2. PatFriedl

    Code block not returning HTML code

    Here's the code: function convertMarkdownToHTML(markdown) { let htmlContent = markdown.replaceAll('![image](', '<img src="') htmlContent = htmlContent.replaceAll('.png)', '.png" style="max-width:750px;width:100%;height:auto;">'); htmlContent = htmlContent.replaceAll('**','')...
  3. PatFriedl

    Code block not returning HTML code

    I'm not sure how that helps with future steps where I need to insert the converted markdown into email. Can you give me an example? And is there a reason why the textbox for code formats/processes HTML so it breaks the code?
  4. PatFriedl

    Code block not returning HTML code

    https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZlMDYzNzA0MzY1MjZhNTUzNDUxMzci_pc
  5. PatFriedl

    Code block not returning HTML code

    I'm using a JavaScript code block to do some HTML formatting of some text, but when I try to use the output, all HTML is stripped or missing from the output. I'm also seeing that any HTML in the code block is being rendered as HTML, so that may be a problem as well. Is there a way to force the...
  6. PatFriedl

    🔥Error in new ChatGPT action

    Hey all, I'm testing the new ChatGPT action, and it looks like the payload is not being properly encoded for JSON. If you use non standard characters or quotes, it breaks. Please advise.
Top