Skip to main content

I am trying to send an email after a form is submitted, and include clickable links within that email.

Say I have field called SITE, if I use the syntax

[CLICK HERE] [site] where SITE is the embedded field name for the automation it just send an email with

"[CLICK HERE] [https://123.com]" Instead of CLICK HERE

I tried following the the advice in https://support.airtable.com/docs/using-markdown-in-airtable but whatever combination of brackets I use, I cannot get the links displayed correctly - What am I missing please?

 

[CLICK HERE](SITE)

Airtable's documentation is misleading. There are no spaces or new line characters between the bracketed label and the parened URL.

 


[CLICK HERE](SITE)

Airtable's documentation is misleading. There are no spaces or new line characters between the bracketed label and the parened URL.

 


Worked a treat - thank you!


Reply