Oct 11, 2021 05:33 PM
Hello!
I am having problems with HTML language in emails automations, specifically when I try to use the tag <“hr”>. This tag should creat a horizontal line but insted it doesn’t do anything. I am sending a image of how it appears when I try to use it.
Oct 11, 2021 08:48 PM
Automation emails do not support that tag. They support only a tiny handful of html tags. You can try using CSS to see if you can get a line that way, but if it doesn’t work, then it doesn’t work. I suspect that markdown for a horizontal rule also does not work.
This support article lists the tags near the end of the page in the FAQ.
Oct 13, 2021 12:20 AM
How about Markdown? Even the Scripting app can output stuff like this:
A triple underscore nets you one break. Ditto for the asterisk and the regular dash.
I’m not well-versed in Airtable email integrations but I’m fairly certain they have the Scripting app on a way harder security lockdown than a mail-merging software might require. And Markdown is a superscript of HTML, so I’d definitely start there.
Oct 13, 2021 04:53 AM
Airtable automation emails do not support full markdown. They support a small subset of markdown unique to Airtable that does not include horizontal rules. This support article has more info.
Oct 13, 2021 07:33 PM
Oh, I’m aware and was just spitballing. But thanks for the info, Github-flavored Markdown in any Airtable environment would be a dream.