Skip to main content
Solved

Line breaks in Automation emails

  • April 16, 2021
  • 6 replies
  • 169 views

Brite_Admin
Forum|alt.badge.img+11

I’m using the Send email action in automations but having a problem with the signature line.

I want it to be:

Katherine Kasmir
Executive Director
BRITE

But it shows as:

Katherine Kasmir

Executive Director/n

BRITE

Is there any way to get it to look like the top version?

Best answer by Brite_Admin

Thanks Scott. I removed the returns and added a
tag between each thing that I wanted on a separate line and it worked perfectly.

6 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • April 17, 2021

You can try using HTML code for your email and see if that helps.

If that doesn’t fix it, you can try sending via the Gmail action instead, or you can always use one of the many different email automations that Integromat offers.


Brite_Admin
Forum|alt.badge.img+11
  • Author
  • Inspiring
  • April 17, 2021

Thanks Scott. I don’t know how to add HTML code to the email message block in automations. There is no <> button to switch to code unless I am just missing it??


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • April 17, 2021

Thanks Scott. I don’t know how to add HTML code to the email message block in automations. There is no <> button to switch to code unless I am just missing it??


You’re not missing it. it’s just an undocumented & hidden feature. You can paste in your own HTML code, and Airtable will recognize “some of it”. Go figure. :man_shrugging:

Welcome to the crazy & often nonsensical world of Airtable. :crazy_face:


Brite_Admin
Forum|alt.badge.img+11
  • Author
  • Inspiring
  • Answer
  • April 17, 2021

Thanks Scott. I removed the returns and added a
tag between each thing that I wanted on a separate line and it worked perfectly.


Max_Bernstein
Forum|alt.badge.img+10
  • Known Participant
  • January 5, 2023

For those wondering, this is what it looks like (it took me some additional googling):

<p>Katherine Kasmir</br>Executive Director</br>BRITE</p>

to get it to look like this:

Katherine Kasmir
Executive Director
BRITE


Jean_Thoensen
Forum|alt.badge.img+13
  • Known Participant
  • January 8, 2024

For those wondering, this is what it looks like (it took me some additional googling):

<p>Katherine Kasmir</br>Executive Director</br>BRITE</p>

to get it to look like this:

Katherine Kasmir
Executive Director
BRITE


I used an opening <p> tag at the beginning of my signature block, a closing </p> tag at the end of the block, and <br> after each line between, and it didn't work. I also tried <br /> and </br>.