Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Is it possible to schedule tasks for the next business day?

(0) ShareShare
ReportReport
Posted on by 10

Hi, 

 

I am creating work flows to create tasks in Planner when an item is added to a list in SharePoint.  Is it possible to have the tasks scheduled for weekdays only?

 

Example: Onboarding tasks are created for the HR department when a new employee is hired. The default due date for all tasks is two days prior to the employee's start date.  If the employee is starting a on Monday or Tuesday, then the due date of the tasks will be over the weekend.  There are too many tasks to manually reschedule the due date, and employees can potentially start on any day of the week, so changing the two days to three wouldn't help.  

 

I appreciate any feedback. Thanks!! 

  • BIMSupport Profile Picture
    10 on at
    Re: Is it possible to schedule tasks for the next business day?

    This worked perfectly! (This made my day!!!) 😁 Thanks so much! 

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Is it possible to schedule tasks for the next business day?

    Hi @BIMSupport :

    Do you want to get the date two working days before the specified working day?

    If so,I've made a test for your reference:

    1.JPG

    Reference Expression:

    if(
     or(
     equals(dayOfWeek(triggerBody()['date']),1),
     equals(dayOfWeek(triggerBody()['date']),2)
     ),
     addDays(triggerBody()['date'],-4),
     addDays(triggerBody()['date'],-2)
     )
    
    
    

    Best Regards,

    Bof

     

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