Hi
I need a solution for "Bot will run on 2nd Monday of every month."
Thank you
Announcements
Hi
I need a solution for "Bot will run on 2nd Monday of every month."
Thank you
Sure.
In your "Scheduled", you can set it to Monday - however, in your Trigger Condition for the Recurrence itself, you can set it to say "greater than 7 days, less than 14 days".
Ends up looking like this:
Then it will only run on Mondays that are a day of 8 - 14 -- thus, the second Monday of the month.
Hi @Riyas ,
You still need the flow to run every Monday but check if this is the 2nd Monday of current month.
expressions in Condition:
int(formatDateTime(body('Convert_time_zone'),'dd')) ge 8
int(formatDateTime(body('Convert_time_zone'),'dd')) le 14
Best regards,
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1