Hello,
I am trying to create an after business hours automated responder to SMS messages. I want this to auto respond to a sender only once every x hours so in the event someone sends multiple message he doesn’t get an afterhours message every time.
I have created a data store with the senders number and a data time stamp of the message.
The issue I am having is on the search data store filter. I am ending up with 2 different results depending on how I have the filter, but neither is what I want…
It will either run regardless of whether the person sends a second text in the allotted time period or not run at all.
Flow is basic:
Incoming webhook triggers the scenario
Data store search searches “from” number and last run time
New message is created and sent
Data store writes new record
Can someone help me out with the search filter for step 2 of this scenario?