28
Views
3
Comments
Solved
How to insert an empty line in an email?
Application Type
Reactive
Service Studio Version
11.54.69 (Build 63461)
Platform Version
11.29.0 (Build 43552)

Hi all! 

I am currently trying to add an empty line to the content of an email template, but I haven't had any success so far. I have tried adding just an empty container, a container with an empty Text widge and a container with an empty Expression widget. In the Template preview, it shows spaces, but when I send it to an email, the spaces disappear. Any help is appreciated!

2025-07-28 06-45-20
Rupesh Patil
Solution

Hello @Manuel Ribeiro 

Try this function NewLine() 

"test" + NewLine() + "test1244"

I hope this helps

Thanks


UserImage.jpg
Md Mansur
Solution

Hi @Manuel Ribeiro 

If you want Empty line in email than Simple Drag a expression and this Express you can write newline() function

Note:

if you want 4 Empty line than simple used 4 times expression and inside expression right newline() function;

I have attached reference Image below

Thanks

Md Mansur

2025-07-28 06-45-20
Rupesh Patil
Solution

Hello @Manuel Ribeiro 

Try this function NewLine() 

"test" + NewLine() + "test1244"

I hope this helps

Thanks


UserImage.jpg
Md Mansur
Solution

Hi @Manuel Ribeiro 

If you want Empty line in email than Simple Drag a expression and this Express you can write newline() function

Note:

if you want 4 Empty line than simple used 4 times expression and inside expression right newline() function;

I have attached reference Image below

Thanks

Md Mansur

2024-05-14 10-47-26
Manuel Ribeiro

Hi! Thank you both for the responses. It worked!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.