I would recommend that you simply have the system loop around checking the time with a Compare step. (Use the TeleFlow @TIME variable). When the current time is >= a time you specify to start placing calls, and is also <= a time to stop placing calls for the day (so you don't accidentally call someone too late in the evening), attempt to get a number from the database. If there is a number, call it, if not, wait for 5 seconds (TeleFlow Wait step, 5000 ms), and check your conditions (time and database) again.
<br>
<br>If you wish to also have conditions for the day of the week to place calls, use the @WEEKDAY TeleFlow system variable. For more information about TeleFlow systems variables, consult the TeleFlow help file.
|