Hyperlink kicked to the next line in email automation when I add font formatting

Hi @leslieburke,

I have not seen this problem before on my end.

A couple of ideas for you:

  1. Are there any invisible characters in between the words brief survey and [here.]?
    If you re-type that sentence entirely from scratch, does it make any difference?

  2. It’s possible that your <p> tags (i.e. which are HTML tags) are somehow interfering with the markdown tags. If you remove the HTML tags, does it work then? Airtable might not like that you’re mixing & matching HTML and markdown.

  3. To avoid the mixing & matching, what happens if you switch your link to HTML instead of markdown? The HTML version of your link would look like this:
    <a href="INSERT YOUR QUESTIONNAIRE LINK FORMULA FIELD HERE">here.</a>