So I have a Phone Number field containing phone numbers in this format: (123) 456-7890, and I want to automatically convert those numbers to links so that users can click on them to dial.
Solved
How do I create click to dial phone numbers from a Phone Number field in my table
Best answer by remekoh
Maybe it was how I worded my question, but this problem has nothing to do with clicking on phone links within Airtable.
However, here's the solution that worked for me, just in case someone else is having a similar issue in the future:
1. Create a Formula field
2. Paste the following formula:
CONCATENATE('<a href="tel:' & {YOUR FIELDNAME} & '">' & {YOUR FIELDNAME} & "</a>")Hope that helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
