Hi,
I'm wondering if it is possible to program a task to occur after a set of data comes in. For example, if my event condition runs weekly and detects on event on January 1, how would I then set Event Studio to send out an email one week later indicating that the event occurred?
Thanks for your help!
I can think of two solutions.
The first one is when the event is detected insert a record into a table with the date+7 and have a daily check on that table.
The second is to simply look for events a week prior.