Applies to Product- Power Automate
What’s happening?
Unable to set the recurrence for a flow to trigger on a specific day of the month.
Reason:
There is no available solution within the current configuration options to set a recurrence trigger to run on specific days of the month.
Resolution:
- Configure the flow to run daily instead of monthly.
- Add a trigger condition to check if the current day is the desired day of the month, for example for the second day of the month: @equal(dayOfMonth(utcNow()),2)
