• 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.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

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