Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Help to send email every 1st friday of the month

(0) ShareShare
ReportReport
Posted on by 10

I need to send a email by flow every 1st friday of the month, i put in the recurrence:

*Interval
1
*Frequency
Day
 
*Trigger Conditions
@And(equals(dayOfWeek(utcnow()), 5), lessorequals(int(formatDateTime(utcnow(), 'dd')),7))
 
but i have the next error when i try to do the test:
 
"e is undefined"
 
what i need?
  • irvingm4031 Profile Picture
    10 on at
    Re: Help to send email every 1st friday of the month

    Hi, tnks its work know tnks so much for the help

  • Verified answer
    v-chengfen-msft Profile Picture
    on at
    Re: Help to send email every 1st friday of the month

    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')

    vchengfenmsft_0-1671676775859.png

     

    If this post helps, then please consider Accept it as the solution to help the other members find it.

     

    Best Regards

    Cheng Feng

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,702 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,026 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow