Phone number format

Looks like your phone number has spaces, when the label says “digits only”.

You need to use the replace function to remove the non-digits,

\D in a regular expression pattern means anything that is not a digit.

e.g.:

{{ replace(1.phone; "/\D+/g"; emptystring) }}

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like