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

Help with adddays

(0) ShareShare
ReportReport
Posted on by 153

Hi guys I have a little problem, I need to create a periodic work that creates a Sharepoint list element the 24 of every month, and then send the first reminder 5 days later and the second reminder 5 days later again.

 

I try with addays(utcnow(), 5 'yyyy-MM-dd') with adddays (Creado(), 5 'yyyy-MM-dd') but didnt work.

 

Here is my config,

 

 

any advice?

 Thank you !

 

Categories:
I have the same question (0)
  • faustocapellanj Profile Picture
    1,662 on at

    Hi @SanchezCSG,

     

    What didn't work exactly? Looking at your screenshots, your Recurrence (Periodicidad) is set to start every day. If you want to start only on the 24th of every month, you should change the Frequency (Frecuencia) to Month (Mes); your Time zone and Start time are fine.

    As for the Delay until (Retraso hasta), you are using AddHours() instead of AddDays(). Also, when you build the expression with the AddDays() function, it's better to use the Expression tab in the Dynamoc content area to build the expression.

     

    In my examples below, I used 2 Delay until (Retraso hasta) steps: one for the first 5 days and for the other 5 days. Please let me know if you have any questions.

     

    addDays(body('Create_item')?['Created'],5)

    AddDays-1.JPG

    addDays(body('Create_item')?['Created'],10)

    AddDays-2.JPG

     

    Regards,

    Fausto Capellan, Jr

     

  • SanchezITM Profile Picture
    153 on at

    Hi @faustocapellanj, thank you, im gonna try your configuratión, in my screenshot use days and hours/minutes for testing, the real Flow use month/days

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

    Hi @SanchezCSG,

     

    Could you please share a bit more about your error message?

    Do you want to write the WDL expression within your "Delay Until" aciton?

     

    I think there is something wrong with the formula within your "Delay Until" action. If you want to write the WDL expression within "Delay Until" action, please take a try with the following steps:

    • Select Timestamp input box within your "Delay Until" action.
    • Within the right panel, select Expression tab.
    • Type your expression within formula box.
    • Click "OK" button.

    Image reference:25.JPG

     

     

    I have made a test on my side and the "Delay Until" action works well. My flow's configuration as below:26.JPG

    Within "Delay Until" action, type the following formula:

    addDays(body('Create_item')?['Created'],5,'yyyy-MM-ddT00:00:00Z')

    The flow works successfully as below:27.JPG

     

     

    Best regards,

    Kris

     

     

  • shaboo Profile Picture
    65 on at

    Next Day 

    use this expression 

     

    @{addDays(utcNow(),1,'dd-MMMM-yyyy')}

     

    Return in - 11-June-2021

     

    @{addDays(utcNow(),1,'dd-MM-yyyy')}

     

    Return in - 11-06-2021

     

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 796

#2
Valantis Profile Picture

Valantis 568

#3
Haque Profile Picture

Haque 538

Last 30 days Overall leaderboard