Error with text magic sms module. i want a customer to get only 1 sms text each



Is it wrong to put the phone number filed in the sms module as a google sheets input, as there’s a filter after the webhook.
The sms module works and sends a message when i map the webhook phone number to the phone field in the sms module, but then it wont identify duplicates of phone numbers and will send a message any way.

Please let me know if ive got this wrong.

Thanks

It’s hard to know what’s happening without seeing the data. But from the image it looks like the filter passes before the text message module. However, the error indicates that you are not giving a recipient for the SMS message. So it looks like the output in the second Google Sheets call is empty, which makes the next module fail.

If you can figure out why it returns an empty result, that should help you fix it.

L