Skip to main content
Solved

email notifications and google docs

  • August 2, 2024
  • 2 replies
  • 19 views

robsimas
Forum|alt.badge.img+3

I have a simple automation set up to send an email when a record is updated. The email includes a link to a Google doc for that particular record. The automation works most of the time, but I've run into situations where the URL for the Google Doc in Airtable gets modified when it comes through in email. For some reason, the underscores in the link get removed. See arrows in attached screenshot. The top URL is the correct one in Airtable, the bottom URL is what comes through in the email. 

I have other records in Airtable that also have underscores in the google doc URL and those comes through fine. It just seems to be random docs that this is happening with.

Any ideas how to fix?

Best answer by TheTimeSavingCo

Ah your underscores are being recognized as markdown: https://support.airtable.com/docs/using-markdown-in-airtable

Try adding a "\\" in front of them to escape them:

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31
  • Brainy
  • 6457 replies
  • Answer
  • August 3, 2024

Ah your underscores are being recognized as markdown: https://support.airtable.com/docs/using-markdown-in-airtable

Try adding a "\\" in front of them to escape them:


robsimas
Forum|alt.badge.img+3
  • Author
  • New Participant
  • 4 replies
  • August 5, 2024

Ah your underscores are being recognized as markdown: https://support.airtable.com/docs/using-markdown-in-airtable

Try adding a "\\" in front of them to escape them:


Problem solved. Thank you very much.