Skip to main content
Question

How to fix broken linked field?

  • July 6, 2026
  • 1 reply
  • 8 views

ok.kusher

Hi guys!

If you want to make your email better with dynamic URL, just make it: [Link name](URL) syntax directly in the email body field:

Link Name

Airtable's email editor renders this as a clickable link automatically.

Tip

This works with dynamic field values too — if a formula field outputs Link Name as text, insert that field into the email body and it renders as a link when the email sends.

Common mistake

Just pasting the raw link (https://long-ugly-url.com) instead of wrapping it in Link Name — the email then shows the ugly raw URL instead of a clean clickable word.

1 reply

Forum|alt.badge.img+6
  • Participating Frequently
  • July 6, 2026

This trips a lot of people up when building automated emails.  It is worth adding that if you’re generating the markdown link dynamically it is best to wrap it with a formula like "[" & {Label} & "](" & {URL} & ")" this way the brackets won’t get mangled by Airtable’s field concatenation.