We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

multi line text field variable adding to notification with formating

dannyprime
Tera Guru

I have a variable that is a multi line text field.

When someone enters text into it, that they have formatted into separate lines eg: 

This is my text line 1.

This is my second line.

The third line.

 

When that gets passed into a notification for instance, it loses all formatting and gets added as a single line, such as:

This is my text line 1.This is my second line.The third line.

 

Any ideas of how to make it appear as separate lines?

 

Anyone else?

 

5 REPLIES 5

The only tags in the HTML editor appear to be standard <p> and </p> 

 

So nothing that would really be able to be used.