Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Create Outlook Event with Future Calculated Date

(0) ShareShare
ReportReport
Posted on by

I have a flow that is working well so far creating folders and copying, renaming and date-stamping Office Documents into folders.

 

I would like to add Create Outlook Event (V2) to create a follow up reminder event with a date based on "Created" date + 2 weeks.


Is there a way to calculate this future date using the "Created" dynamic content?
(With this method I could then test if the event is truly being created two weeks from item creations immediately upon list item creation.) 

 

Or should I use the DELAY block to delay creation of the Create Outlook Event with reminder at which time the event will be created and remind me on the same day?
(With this method, I wouldn't be able to test it directly. I would have to create a new list item and wait 2 weeks to see if it actually worked. Nor would I be able to manage or cancel any upcoming event reminds. Though I guess I could set the delay for 5 mins to test)

 

That said, I would rather calculate the date based on Created Date if possible.

 

Thanks.

  • v-yamao-msft Profile Picture
    on at
    Re: Create Outlook Event with Future Calculated Date

    Hi KCC,

     

    Please add a double quotes on the adddays function.

     

    So your Compose action should be looking like below:

    4.PNG

     

    Best regards,
    Mabel Mao

     

  • Community Power Platform Member Profile Picture
    on at
    Re: Create Outlook Event with Future Calculated Date

    Thanks for the tip however it didn't seem to work.

    I used a previous Compose step in my process as an example...

    @formatDateTime(triggerBody()?['Created'],'ddMMyyyy')

     

    and created a new Compose step...

    @adddays(triggerBody()?['Due Date'], 14)

     

    The flow threw an error (for reasons obvious as seen below)

    String was not recognized as a valid DateTime.

     

     

    MY FLOW

     

     

     

    OUTPUT

     

     

     

  • Verified answer
    v-yamao-msft Profile Picture
    on at
    Re: Create Outlook Event with Future Calculated Date

    Hi KCC,

     

    Please consider to use function adddays in the Workflow definition language. Using this function, you could create a reminder event with a date based on Created date + 2 weeks.
    4.PNG

     

    A Delay action could also be your choice. As you said, you could test with 5 minutes. If it works well, you could change the Count and Unite to 14 days.

     

    Please try it on your side and feel free reply if you need more help.

     

    Best regards,
    Mabel Mao

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May 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 >