How can I get the line break in a multi line text field?

johannaS
Tera Expert

I am trying to display a couple of different fields from a change on different lines in a Case's description but everything shows on one line.  See the underlined section of the screen shot below:

 

find_real_file.png

2 REPLIES 2

Harsh Vardhan
Giga Patron

 "\n" works , tested on my personal instance. 

 

find_real_file.png

 

Note: I tested on OOTB description field

djohnson1
Mega Guru

JohannaS, 

      I have found that you have to escape the line twice using "\n\n" instead of "\n". 

 

Thanks, 

Derrick Johnson