Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

How to add only working days on a flow to set a due date on MS Planner

(0) ShareShare
ReportReport
Posted on by 3

Hello

 

I'm fairly new to Power Automate but I have a flow that sets up a new task on MS Planner and the flow is set up to set a start date of the current date and I then want to set a due date of 2 days from now. Currently I have it set up with the following expression:

 

addDays(utcNow(), 2)
 
However we dont work weekends so if a task is created on a Thursday or Friday it will give a due date on the weekend, I want to change it so that on these specific week days it adds 4 days on to take into account saturday and sunday.
 
I have experimented with an IF expression based on the below:
beeswood_0-1678114599085.png

I tried this using the below expression but kept getting errors and I cant seem to figure out how to write this to make it work

 

if(dayOfWeek(1,2,3),addDays(utcNow(),2),addDays(utcNow(),4))

 

Any help would be appreciated

 

  • Verified answer
    tom_riha Profile Picture
    10,127 Most Valuable Professional on at
    Re: How to add only working days on a flow to set a due date on MS Planner

    Hello @beeswood ,

    check this solution by @Paulie78 : https://www.tachytelic.net/2022/04/power-automate-flow-add-working-days-date/

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1