Hi Ninja's,
I have created the alert with the cron expression for Scheduled Alert from 6pm to 6am for every 15mints & Sunday to Thursday.
Cron Expression: */15 18-6 **7-4
But I am getting the error in Cron Expression. I have written similar one (*/15 1-13 **7-4 ) which is working as expected. Can someone please help me with the expression. Thank you.
Hi @vvemula,
Please try below;
*/15 6-18 * * 4-7
Hi Thanks for the Reply,
I actually need from 6pm to 6am. The corn expression worked for me is this(*/15 18-23,00-06 * * 0-4). Thank you.