Delay execution of a step in a scenario to a specific time based on previous step

Hello,

What i am trying to accomplish is the following use case:

  • a user compiles a form in sharpspring providing phone number and a date of a desired appointment
  • the day before the appointment a whatsapp message is sent to the user as a remainder.

What is the intended way to accomplish this in Make?

Thank you very much!

Hi @Mario2 ,
After getting their phone number and date, using add function module subtract 1 day from it so that you get a day before appointment , add save that to data store in Make .
and then create another scenario to run on a specific time on which you want to send SMS , Search datastore by current date and if record is found, send SMS on that number .

3 Likes

Hi @Mario2

To solve your issue, Please use filter.
Like as below.
image

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

3 Likes

Hello everybody,

thank you very much for the quick and accurate response, really appreciated!
By little test seems what we need, will follow up if i run into something

cheers!

1 Like