Feb 11, 2021 11:16 AM
Example Of URL/Link in email thats broken, and I need help fixing: Image 2021-02-11 at 10.40.0...
Use Case:
This email gets sent from an air table automation.
The URL is from a field in my table that I’m using CONCATENATE to dynamically add an email to the URL. DT HR: General Phase 1&2 - ...
When I click on the URL in the cell in airtable it works. Example:
The link is just being cut off in the email. See first image example above.
Help?
Feb 26, 2021 01:24 PM
Hey Joe. Did you ever get a solution for this? It is happening to me as well.
Feb 26, 2021 01:51 PM
Yes. We found that the “_” in the URL is breaking it. We had to create a new column with a new formula to rewrite the url. This is the formula we used:
SUBSTITUTE({Phase 2 URL}, "_", "\\_")
Feb 26, 2021 01:52 PM
obviously, change “{Phase 2 URL}” with whatever column is your use case.