Re: Flow recurrence - Calculated time before end of month
@Anonymous
for the Recurrence trigger
go to settings and add the following as a trigger condition
@or(equals(formatDateTime( addDays(startOfMonth(addDays(startOfMonth(utcNow()),31)),-1),'MM-dd-yyyy'),formatDateTime( utcnow(),'MM-dd-yyyy')),equals(formatDateTime( addDays(startOfMonth(addDays(startOfMonth(utcNow()),31)),-8),'MM-dd-yyyy'),formatDateTime( utcnow(),'MM-dd-yyyy')))
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.