Hello, I’m having an issue with the text parser module.
I set it up to detect phone numbers in multiple answers submitted via Calendly. However, recently it’s also picking up patterns in LinkedIn URLs and incorrectly identifying them as phone numbers.
Does anyone know how I can prevent the module from treating this second match as a phone number?
Right now, it’s triggering the rest of my scenario twice, causing all the following modules to run twice as well.
For more information, see the Text Parser page in the Make Help Center:
Match Pattern
The Match pattern module enables you to find and extract string elements matching a search pattern from a given text. The search pattern is a regular expression, which is a sequence of characters in which each character is either a metacharacter, having a special meaning, or a regular character that has a literal meaning.
For experimenting with regular expressions, we recommend the regular expressions 101 website. Just make sure to select the ECMAScript (JavaScript) flavour in the left panel.
Hope this helps! Let me know if there are any further questions or issues.