I'm getting "Condition is false" in Filter

Status: Closed · Asked by Bilal on · 0 views

Bilal — Question ·

Hi,

My Workflow is Google Sheets + Filter + Send SMS by ClickSend

The Google Sheet Rows are like this:

[TABLE]
[TR]
[TD]First Name[/TD]
[TD]Mobile Number[/TD]
[TD]Send SMS (type "yes)[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]+123456789[/TD]
[TD]yes[/TD]
[/TR]
[/TABLE]

I want an SMS to be sent to the customer's mobile number when we add him as a new customer record in Google Sheets after writing yes & hitting enter.

So, I've created the filter but I'm getting the error. Please help!

Attachments

Screen Shot 2021-09-21 at 8.31.42 PM.png
Fagun Shah — Reply ·
Hi,

My Workflow is Google Sheets + Filter + Send SMS by ClickSend

The Google Sheet Rows are like this:

[TABLE]
[TR]
[TD]First Name[/TD]
[TD]Mobile Number[/TD]
[TD]Send SMS (type "yes)[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]+123456789[/TD]
[TD]yes[/TD]
[/TR]
[/TABLE]

I want an SMS to be sent to the customer's mobile number when we add him as a new customer record in Google Sheets after writing yes & hitting enter.

So, I've created the filter but I'm getting the error. Please help!


Try removing double quotes " -
Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
Bilal — Reply ·

Many thanks, Fagun. Followed your tip. Condition is true now.

However, no SMS message gets sent after adding a new contact and hitting YES. Please note when I test ClickSend it sends an SMS to the first added contact.

Try removing double quotes " -

Pabblymember11 — Reply ·

Hey @Bilal

It seems like the label from your Google Sheets for the "Yes type" is changed" and because of that, the messages were not being sent whereas the filter is not getting the correct label.

Though you might need to capture the webhook response of Google Sheets again with the new label and then re-map the corresponding fields.

Bilal — Reply ·
Hey @Bilal

It seems like the label from your Google Sheets for the "Yes type" is changed" and because of that, the messages were not being sent whereas the filter is not getting the correct label.

Though you might need to capture the webhook response of Google Sheets again with the new label and then re-map the corresponding fields.


Hey @Supreme Verma

I've captured the webhook response again for Google Sheets, tested each workflow and all is fine. But still, the SMS message doesn't get sent after adding a new contact. Is there any chat support?

@Pabbly Team

Attachments

Screen Shot 2021-09-22 at 7.05.50 PM.png

Back to all forum threads · Log in to reply