web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Automate
Answered

flow get this Monday

(1) ShareShare
ReportReport
Posted on by 62

hi everyone I want to get my date for this Monday, can someone help me?

For example, it's 3/7/2024 and I want to get 3/4/2024.

If it's 3/3/2024, I want to get 2/26/2024

Categories:
I have the same question (0)
  • Verified answer
    sandeepstw Profile Picture
    312 Moderator on at

    Hi @Nick98765 ,

     

    Use this expression in Power Automate- 

     

    'addDays(variables('YouInputDate'), -mod(dayOfWeek(variables('YouInputDate'), 1) - 2, 7))'

     

    Replace 'YouInputDate' with the input date value. 

     

    If this helps you, please give kudos and mark it as a solution. 

    Thanks, 

    Sandeep Mishra 

  • Verified answer
    v-yetonggu-msft Profile Picture
    Microsoft Employee on at

    Hi @Nick98765 ,

    I tested the expression provided by @sandeepstw , and flow told me that the expression was invalid, so I was confused.

    I used my method to test and found that I could also get Monday’s date.

    vyetonggumsft_0-1709804219692.png

    vyetonggumsft_1-1709804250682.png

    if(equals(dayOfWeek(outputs('Date')),0),addDays(outputs('Date'),-6,'yyyy-MM-dd')
    ,addDays(outputs('Date'),mul(sub(mod(dayOfWeek(outputs('Date')),7),1),-1),'yyyy-MM-dd'))

    Best Regards,

    Sunshine Gu

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 112 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 52

#3
Ellis Karim Profile Picture

Ellis Karim 51 Super User 2026 Season 1

Last 30 days Overall leaderboard