Hi guys,
I have a client who’s sending SMS messages to his Customers after they fill out a Form (entries are collected on Google Sheets)
The data contains;
Contains;
-
Name : Hi John
-
Phone_Number : +123456789
-
Timestamp : 2023-12-21 15:08
-
Message : Hi [[Name]], thanks for filling out our Form. We’ll get back to you shortly
All’s working great to that end only thing is I need Customers to receive one message every 24Hours instead of everytime they fill out the Form to avoid spamming their inbox i.e
Google Sheets Trigger > Set > CleanUp phone Number If it’s appeared in the past 24 Hours > Send Message
I have a setup I got from @pemontto from a prevous post but that topic got closed off before I could get a working solution
Here’s the sample setup I got. It unfortunately works when the execution is run manually but doesn’t work on an Active one
(I again apologize for reposting but it seems that other Topic is ghosted & it’s a matter of urgency that I get this solved)
Appreciate any help!