I want to build a “Send iMessage” button into my interface, but it doesn’t look like it’s going to work.
I have a {Phone}
field, so generating a link to send an iMessage is easy enough with this formula:
IF(
{Phone},
SUBSTITUTE(
CONCATENATE("iMessage://", {Phone}), " ", "")
)
This works great as a button in the regular Airtable interface. Can it be made to work in an interface?
If not, consider this a feature request.