Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Delay notification

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I am trying to do the following

1. email notification when a new item is created in SharePoint - No issue.

2. email notification after 8 hours to update the SharePoint list - facing issue. 

 

Logic i  am using 

1. use created time in SharePoint & converting into the required timezone

2. adding 8 hours via "Add to time"

3. using delay until connector.

4. sending mail

 

getting following error

"The 'timestamp' value of the 'Wait' action 'until' inputs must be specified in UTC using the round-trip date/time pattern (for example, '2015-10-22T10:00:00Z'). For details please review the Standard Date and Time Format Strings of the .Net framework." 

 

any solution?

 

sumeetrajan_0-1619594093647.png

 

 

 

  • Community Power Platform Member Profile Picture
    on at
    Re: Delay notification

    Hi,

     

    i was able to solve it, I used "delay" function instead of "delay until". thanks 🙂

  • fchopo Profile Picture
    7,972 Super User 2025 Season 1 on at
    Re: Delay notification

    Could you show the expressions you have inside each step in the flow?

    Regards,

    Ferran

  • Community Power Platform Member Profile Picture
    on at
    Re: Delay notification

    Hi,

     

    I was able to remove the error but then we don't have any delay!

  • Verified answer
    fchopo Profile Picture
    7,972 Super User 2025 Season 1 on at
    Re: Delay notification

    Hi @Anonymous 

    Please, be sure that you use ISO 8601 format in the Delay until expression:

    formatDateTime(body('add_to_time'),'yyyy-MM-ddThh:mm:ssZ')

    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

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