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

Removing +65 Formatting from Customer Form (Ads)

Hi ,

I'm working on customizing a customer form for ads, and will it be possible to remove the +65 formatting for phone numbers. Does anyone know if this is possible and how to go about it?

Thanks in advance for your help!
 
D

Deleted member 15445

Guest
Hey @yang_yang74

Kindly specify your query a bit more and let us know your workflow ID, so that we can assist you more effectively.
A few screenshots depicting the issue would be a lot more convenient.
 
D

Deleted member 15445

Guest
Hey @yang_yang74

You can use the "Format Phone Number" action in Number Formatter. Kindly refer to this video for all the instructions

 
Hi so I'm working with a lead form in sheets using pabbly, and I need to remove the country code (+65) from the phone numbers. My goal is to extract only the last 8 digits of the mobile numbers. Here is an example of the format I'm working with:

  • Original Format: +65 91234567
  • Desired Format: 91234567
Could someone guide me through the specific steps to achieve this with the pabbly number formatter ? I'm looking for a solution that will allow me to automatically process a column of phone numbers and separate out just the mobile number digits without the country code.

Screenshot 2024-07-03 at 5.12.56 PM.png
 
P

Pabblymember11

Guest
To address your concern, you can use the Spreadsheet Formulas action step to extract the phone number while omitting the country code.

CONCATENATE((right('+37067400200',8)))

1720004126322.png
 
Top