• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Automatic confirmation WhatsApp from Google Sheets

Hi everyone, I hope you can help me.
I need to create an automation.
I have a form (https://www.getformly.com/)
When a user fills out the form, a row is automatically added to Google Sheets.
I connected Google Sheets to Pabbly.
In Pabbly Workflows I connected Google Sheets (1. Google Sheets: new or updated spreadsheet row) to WhatsApp Cloud API (2. WhatsApp Cloud API: send template message).

When I fill out the form, the phone number appears with the symbol ' before the area code ('+39). This creates problems for me with Pabbly because the phone number is not formatted correctly and it is not possible to send messages.
If I manually fill out Google Sheets everything works regularly. The number is sent to Pabbly and the messages are sent immediately.

I need to understand if there is an automation to add in the Pabbly workflow that allows me to "clean" the phone number from symbols that do not allow the automatic sending of WhatsApp messages. I tried to do this work directly on google sheets but I didn't get any results.

I created the connection between google sheets and Pabbly correctly. As I said above, if I fill out google sheets manually I receive whatsapp messages without any problem.

Can anyone help me solve it?
I attach screenshot
Thanks in advance!
 

Attachments

  • screenshot-getformly.png
    screenshot-getformly.png
    18.9 KB · Views: 9

Preeti Paryani

Well-known member
Staff member
Hello @areamarketer

Please try adding a Number Formatter step to your workflow and set the action event to Spreadsheet Formula. Refer to the attached screenshot for guidance. Map the phone number from this step to the WhatsApp Send Message step and test the workflow.

Let us know if this resolves the issue or if you need further assistance!

1733746682036.png
 
Hi, thanks for your reply. Can you explain in simpler terms? I'm afraid I don't understand well. Thank you so much for your support.
 

Preeti Paryani

Well-known member
Staff member
Hello @areamarketer

This step uses a Spreadsheet Formula called RIGHT, which extracts the 11 rightmost characters from the phone number. Since your number had a space, I’ve set the formula to return 11 characters to ensure proper formatting.

1733747648321.png


Please make sure to map the number returned by this step into the WhatsApp Send Message action. Once you've performed some tests, let us know if it works as expected or if you encounter any further issues. We're here to help if you need additional assistance!
 
I changed the value from 11 to 14 because the area code was missing.

RIGHT('39 392 1234567', 14)

It still doesn't work. I'll try to review everything again.

In the meantime, is there a way to remove the spaces from the phone number?
 
Hi, I tried everything. The whatsapp message is sent automatically only if I manually enter the data in the Google Sheets rows. If I use an automated method to fill in the google sheets rows, whatsapp messages are not sent. I really don't know how to solve it.
 

Preeti Paryani

Well-known member
Staff member
Hello @areamarketer

You can replace the spaces {{space}} by replacing them with blank {{blank}}, refer to the attached screenshot for more info.

1733807082121.png


To make automation work, you need to enable 'Send On Event' if you're manually entering data into your Google Sheets. If the data added to your Google Sheets comes from another API or third-party application, you also need to enable 'Auto Send on Schedule'.
AD_4nXfJ86Yye0J83bwQ_zZtX0_hjPSuoprCzOTl0c7eExsEZCnianJCw8A3k0a-WyD6IWiIk8rd2kFTTUuHJyBQbMqFTp69QmWuIq1Ez4JV67bgnme4C8zAyseTFucQZp3QqXz2pHK1PmigIKHEvFSTccvOo6s


Note: If your data is being added from an external source/API, your workflow will take up to 1 hour to get triggered.
 
Hi, thanks for your reply.
Unfortunately if google sheets is compiled, I still do not receive whatsapp messages automatically.
I can not find the problem.


I tried everything. I also recreated the workflow from scratch.

Thank you in advance.
 
Top