Click to Dial for mobile?

I have created a super simple app using the CONTACT MANAGER template. I notice that on my mobile presentation, the phone number is not “click to dial”; is there an easy way to enable that? Advice would be GREATLY appreciated!

You can use the Text Function field to create a clickable link like this:
<a href="tel:(555) 123-1234">(555) 123-1234</a>

Just map your phone number field in place of the fake number above.

Once that generates in your table, you can use that as your display field instead, and one tap will initiate the call on phones (and often times desktops).

2 Likes

I actually found the easy way. I had incorrectly selected a “text” type rather than a “phone” type in my data schema. Instant solution!!

2 Likes