Hi everyone,
I need to dynamically compose a string to insert into the body of an email.
I have set a variable that I am going to increase within a loop but I would like to wrap the text every time the loop repeats.
I used ‘\n’ but it doesn’t create a new line, should I use other commands?
Hey @enriweb77,
Use <br>
instead of \n
2 Likes