cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to add a line break in body email using snaplogic expression

AngeloRAlves
New Contributor

Hello friends!
Does anyone know a way to add some line breakers (\n) into an bodyยดs email?

Example,
_v1+" โ€œ+_v2+โ€ "+_v3 has this output:
1 2 3
how can i have this output:
1
2
3

Note- iยดve tried plain and HTML text.
Iยดve tried several ways inside Snaplogicโ€™s expressions tool, but without success (\n is simply ignored).
Any hint is welcome, even if i have to add other snaps.
Cheers!

3 REPLIES 3

ljupcho_machko1
New Contributor III

Hello @AngeloRAlves ,
You will need to use <br>. below is given one example, which I think can help you how the expression can be composed correctly:

image

darshthakkar
Valued Contributor

Agreed with @ljupcho_machkovski.

@AngeloRAlves - Please write a html script in the email sender snap and put the tag as <br> for line breaks.

image

vinnakotak
New Contributor

Can someone please suggest how to add line break in Plain test email?

Thanks