I’ve set up a simple flow that sends an email to staff when a customer makes their 10th order. The text in flow looks like this:
but when it turns up it looks like this
Donny Trump has placed their 10th order Order #: 2612752908382 Order placed: 2020-10-13T21:48:26Z Total spent: 141.87 Customer Lifetime: 4 months
Question - how can I get line breaks or basic formatting in the email response?
Thanks!
3 Likes
I have the same issue. Anyone that can help on this?
2 Likes
Bump. I’m trying to do this myself but the best I can get is a paragraph break.
1 Like
Ok. I just tested this out.
Using the HTML
between the lines works as a line break.
3 Likes
I think the HTML element you wanted to post here, actually caused a line break in your post
Or it showed before, but now that the forum is using new software, it is not visible anymore.
So we cannot see it. You will need to put it in a code block.
It should just be <br> no excess; when the Content-Type is text/html.
in some contexts a line break character is: \n
Remember don’t treat email HTML like website HTML, it is way less forgiving across clients.