I need to send a email by flow every 1st friday of the month, i put in the recurrence:
I need to send a email by flow every 1st friday of the month, i put in the recurrence:
Hi, tnks its work know tnks so much for the help
Hi @irvingm4031 ,
Please try to set it like this, trigger once every Friday,
Use [condition] to determine the month of the current Friday and the Friday a week ago.
If not, it means that the current Friday is the first Friday of this month,
If the same, it means that the current Friday is not the first Friday of the month
The first expression in the condition as below:
formatDateTime(addDays(utcNow(),-7),'MM')
The second expression in the condition as below:
formatDateTime(utcNow(),'MM')
If this post helps, then please consider Accept it as the solution to help the other members find it.
Best Regards
Cheng Feng
WarrenBelz
146,702
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,026
Most Valuable Professional