Line breaks keep getting removed from my template / email

I am using the “Send Email” action, populating the body of the email from a template column.

The template seems to be working correctly when I look at it in the Glide Tables view (things appear on new lines), but then in the resulting email, everything gets scrambled together.

It seems like this is exactly the kind of use case a template was made for, so I’m surprised it’s not working. Is this a bug in the “Send Email” action?

You can see I also tried using
(based on previous community discussions here), which seems to “work” in that it doesn’t show up in the email, but it’s not retaining the line break.

You should use <br> not </br>

2 Likes

Oh wow, that did it! Thanks!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.