Jan 03, 2024 05:26 AM
Hello all!
I have a formula field in one of my tables that generates a custom URL to an Airtable form where I want to pre-fill one of the fields, and send the URL to the main point of contact through email.
The formula is this:
You'll see that the "_" characters after the words "prefill" and "hide" have been stripped.
I don't believe it's the email client (Google) doing this, as I can email the direct link from the table through email and it comes through fine.
Any idea why this is happening?
John
Solved! Go to Solution.
Jan 03, 2024 05:58 AM - edited Apr 29, 2024 04:15 PM
This seems to be a longstanding bug in Airtable.
I believe that the workaround for this bug is to use markdown in your email. For example:
[text to describe the link](Your URL Field Here)
If that markdown workaround doesn’t work, I would recommend using Make’s Airtable automations to send your email. You can immediately trigger an email by following these instructions to trigger a Make webhook.
There might also be other workarounds that people know about, that they might post below.
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
Jan 03, 2024 05:58 AM - edited Apr 29, 2024 04:15 PM
This seems to be a longstanding bug in Airtable.
I believe that the workaround for this bug is to use markdown in your email. For example:
[text to describe the link](Your URL Field Here)
If that markdown workaround doesn’t work, I would recommend using Make’s Airtable automations to send your email. You can immediately trigger an email by following these instructions to trigger a Make webhook.
There might also be other workarounds that people know about, that they might post below.
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
Jan 03, 2024 06:11 AM
Thanks, Scott!
The markdown workaround worked. Here's what my automation looks like now:
I added the bits that are highlighted. Worked like a champ!
Thanks so much for the quick response!
Jan 03, 2024 07:17 AM - edited Jan 03, 2024 07:17 AM
You’re welcome! Glad I could help! 😃
Sep 24, 2024 02:31 PM
Thank you very much, this fixed my issue perfectly.