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 Platform Community / Forums / Power Automate / Setting Task Due date ...
Power Automate
Answered

Setting Task Due date based on Event start date

(0) ShareShare
ReportReport
Posted on by 2

Hi!

 

I'm really struggling here!

The flow I'm creating is triggered by an event (outlook 365).

I'm creating a set of tasks that are based on the event date.

 

For example:

Say I have an event that is due to start on 01/19/2021.

I need the start date of the generated task to be the event date.

The tasks that need to be completed will have due dates of 1 day or 1 week after the event date.

 

Nothing I'm doing seems to generate a successful flow. I'm still pretty new to power automate but I feel like I've tried everything.

 

I appreciate any help!

 

Categories:
I have the same question (1)
  • Verified answer
    fchopo Profile Picture
    8,003 Moderator on at

    Hello @areddington 

    You can work with some datetime functions and expressions, using the "compose" action for example.

    1) Get the start the date: For example, if the event is going to start in 15 days you could use this expression to get that date:

    addDays(utcNow(),15)

    utcNow() is a function that gets the current time (UTC).

     

    2) If you want to add some days or weeks to that date, you could use an expression like that:

    addDays(outputs('Compose-EventDate'),7)

    where outputs('compose-eventdate') is the output of the previous action. Have a look:outputDates.png

    After that, you could use the ouputs of the different compose actions in Outlook or Planner to assign the tasks.

    Hope it helps!

    Ferran

     

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 281 Super User 2026 Season 1

Last 30 days Overall leaderboard