• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🖤 BLACK FRIDAY DEALS ARE NOW LIVE! 🖤

    🔥 Enjoy an exclusive 10% discount on our LTD Plan — first-time ever offer!

    🚀 Unlock the Pabbly Plus Unlimited Yearly Plan and get unlimited access to every Pabbly application at a truly unbeatable Black Friday price.

    👉 Grab the Black Friday Offer

Remove '+' '-' and blank spaces in data

david

Member
Consent to Access & Modify
I don't authorize Pabbly Support to log in to my account.
How can I set up Pabbly to remove '+' '-' and blank spaces in the phone number, emails and other texts captured by webhook? What is the function/module I need to use? Kindly provide specific steps with screen shots.
 

Himesh

Active member
How can I set up Pabbly to remove '+' '-' and blank spaces in the phone number, emails and other texts captured by webhook? What is the function/module I need to use? Kindly provide specific steps with screen shots.
Use text formatter by pabbly connect. Refer below screenshot for reference. Do same for Space in find instead of + use {{space}} and it'll remove space. Note: you can use number formatter as well.

FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.

1760544113649.png
 

david

Member
What do I type in the field to remove a string of texts from 2 fields?

I have this from webhook:

"Date: 6 Oct 2025".
"+110000-1234".
I want to remove '+' '-' 'Date: ' and 'blank space' from both of the fields. Can I do it in a single find field?
 

Himesh

Active member
What do I type in the field to remove a string of texts from 2 fields?

I have this from webhook:

"Date: 6 Oct 2025".
"+110000-1234".
I want to remove '+' '-' 'Date: ' and 'blank space' from both of the fields. Can I do it in a single find field?
Write Regex. Ask chat gpt to write Regex for you to remove above things and in Text Formatter use Extract Pattern Action.
 
Top