You can also do this using
Text Formatter (Pabbly) → Replace Text, like Himesh mentioned. Just run two replacements in sequence:
- Replace + with empty (leave replace field blank)
- Replace space " " with empty (or use {{space}} depending on your field)
That should clean phone numbers and emails coming from webhooks.
Also, small tip; if you’re dealing with user-submitted data (like forms or app inputs), it’s a good idea to standardize formatting before storing it. I ran into this when collecting user data for a small streaming app project (
Sportzfy TV Streaming), and doing this cleanup step in Pabbly made everything much easier to manage later.
Hope that helps
