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