Trying to get a Cron expression working in Trigger but not able to get what I need.
Use Case; Run 6:30am every morning every day day of the month except the 1st day and only Mon-Friday.
My closest attempt is: 0 30 6 ? * 2-6 *
As soon as I try to change ? to 2-31 (So it runs only from the 2nd of each month to the 31st of each month) I get an error.
I understand you can’t specify specific days of the month and specific days of the week in the same expression.
But then how do I get what I need? Any help is appreciated.
Thanks team.