Sep 12, 2023 09:31 AM
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?
Solved! Go to Solution.
Sep 12, 2023 10:20 AM - edited Sep 12, 2023 10:22 AM
[CLICK HERE](SITE)
Airtable's documentation is misleading. There are no spaces or new line characters between the bracketed label and the parened URL.
Sep 12, 2023 10:20 AM - edited Sep 12, 2023 10:22 AM
[CLICK HERE](SITE)
Airtable's documentation is misleading. There are no spaces or new line characters between the bracketed label and the parened URL.
Sep 12, 2023 10:40 AM
Worked a treat - thank you!