multi line text field variable adding to notification with formating

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 06:42 PM - edited 02-18-2024 02:40 PM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 07:48 PM
The only tags in the HTML editor appear to be standard <p> and </p>
So nothing that would really be able to be used.