01-27-2024 16:03 PM
Power Automate flow which sends an e-mail notification the last working day of the month, except holidays.
Simple and quick to implement. Rady to use. Enjoy!
Assumptions:
If you want to contribute and make it even better (i.e. including holidays or set start weekday to different), use my GitHub repository.
Above is just s simple version of specific need in the following posts:
Flow Schedule - make flows run when you want - get more scheduling options
Hi @hagemaru123
Because the condition is not met (DateCountDown was not equal to the current date), probably
Hi @Maz0102
This is expected behavior if you run this flow more than 4 days before the end of the month.
There is a trigger condition that limits the flow to run only 4 days in a month even if it is scheduled to run every day.
This reduces the call actions in Power Automate.
Of course, if you remove the trigger condition, the flow will run.
/Michal
It took me a while to understand the logic which I needed to build but I managed. So you should be able to understand it as well.
If you have any questions, just ask but be patient as I am not fast in answering.
Strange. I imported it into a new environment and I had no issues. Try to import it from GitHub once more or just set the schedule once more and save the flow. Maybe it needs a refresh.