Newline/Carriage Return/Linefeed Email Template Workflow Action

Looking to have a workflow email reaction contain a newline, text not html.

Email Content/Email Body:
This is
text

Get:
“This is text”

Want:
“This is
text”

0 3 777
3 REPLIES 3

I haven’t worked with email templates but, in other situations where I wanted to have a carriage return, I’ve done it like this:

First, a virtual column with a quotation mark, followed by a return, closed with a quotation mark:

2X_f_fead20af85e90e21c3fe8619f37b1b2461ebc141.png

Then, use that in a concatenate expression:

2X_7_751edee03ee6b7d088eb77711470bcb7c3542cce.png

2X_2_213c977263d57c3871129b9ba6ea8aba6a6ce301.png

I don’t think you can do this with code (char(10)), as you can in Google sheets.

Did you try long text type for data type? You place strings over there and put return where you want to change the line and then place it on the workflow template.

Come to think of it, I guess my concatenate method isn’t necessary; as you wrote, the returns can be typed in with the text. If, however, one wants to insert lines as the result of if-then expressions, my method might be useful after all.

Top Labels in this Space