Apr 16, 2021 01:26 PM
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?
Solved! Go to Solution.
Apr 17, 2021 10:34 AM
Thanks Scott. I removed the returns and added a
tag between each thing that I wanted on a separate line and it worked perfectly.
Apr 16, 2021 07:11 PM
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.
Apr 16, 2021 07:14 PM
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??
Apr 16, 2021 08:32 PM
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:
Apr 17, 2021 10:34 AM
Thanks Scott. I removed the returns and added a
tag between each thing that I wanted on a separate line and it worked perfectly.
Jan 04, 2023 05:56 PM
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
Jan 08, 2024 08:03 AM
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>.