Hi there everyone!
I can’t figure this out for the life of me. How would one go about adding a filter that doesn’t allow any data with letters/words (and bonus for special characters) to pass?
For context, the form feeding this collects phone numbers and I want to make sure not to pass data that includes letters in it.
Note if you have a solution that includes filtering out special characters, we would have to make the exception for “+” because of the country codes.
Example:
-
Data from form is: "+1-123-443e"
-
Zapier filters catches this because "e" is in it
Appreciate any help, thanks!