Crone expression to run on every month first saturday

Hi @Kavya_Mamidishetti2

As per @codemonkee’s post you cannot add conditions/logic within a cron expression so you won’t be able to achieve this with a single cron expression.

You have a few options but the cleanest might be just to insert some logic into your code at “Init” like the attached workflow.
Main.xaml (16.5 KB).

. THen you will need a cron (0 0 0 1,8 * ? *) to run on 1st day and 8th of the month.

Hopefully this helps :blush:

1 Like