\n to HTML or Workaround

I have a variable that stores multiple ChatGPT responses and when I pump that into a Google doc it is formatted correctly.

But when I email it out using the Outlook module it comes through as one giant wall of text.

I’ve tried replace(Content;\n;<br >)
I’ve tried jumping between text and HTML in the Outlook Module.
I’ve tried reading the contents of the Google Doc and emailing that but no luck.

Essentially I do not know why its not honoring the \n \r in the document.

Try sending and HTML email template like this in te body of your email
image

This will force your email client to show HTML content

2 Likes

Turns out I was close but not close enough

Use (Content;newline;<br >)