Cron Expression Syntax Problem

I am Trying to Scheduling one my process to run every month 2nd and 4th Saturday at 11:15 AM, but i am add the Cron expression that give me syntax error.

15 11 * * 6#2,6#4

image

Could you please help me with the correct method and cron expression to achieve this schedule?

Thank you!

@Maulik_Khunt1

Clubbing both these is not possible…it needs to be two triggers..one forst first saturday and other for 4th saturday

To check or generate cron check here

Similarly for 4th use 7#4

Cheers

1 Like

Thank you!
I’m not sure if this will work, but I really appreciate you sharing the details. Thanks again! :slightly_smiling_face:

1 Like

@Maulik_Khunt1

Please try the same..if you have further questions happy to help

Happy Automation

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.