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 / evaluating a time wind...
Power Automate
Answered

evaluating a time window...

(0) ShareShare
ReportReport
Posted on by 32

Hi there - I have been searching for a solution to my problem. I feel like it should be very simple, but I am stumped! 

 

I am trying to evaluate a timestamp... I want to send a different email based on the time of a form submission. If a form submission is submitted between 12:00AM - 6:00AM i want to send it to a different email address. All other times go to a different email. 

 

This is what i have so far.. 

Convert the submission time to EST.. 

aking11_0-1701895274897.png

Then evaluate the time.. 

aking11_1-1701895319792.png

the functions are this:

Converted Time is greater than or equal to

formatDateTime(body('Convert_time_zone'),'yyyy-MM-ddT00:00:00')

Converted Time is less than or equal to

formatDateTime(body('Convert_time_zone'),'yyyy-MM-ddT06:00:00')

 

help! 

Categories:
I have the same question (0)
  • lbendlin Profile Picture
    8,716 Super User 2026 Season 1 on at

    you only want to compare the hours, right?

     

    Use formatdatetime or startofhour (or both)

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

    Hi @aking11 ,

     

    Please try:

    vbofengmsft_0-1701913216995.png

    1\

    int(formatDateTime(body('Convert_time_zone'),'HH'))

    2\

    int(formatDateTime(body('Convert_time_zone'),'HH'))
     
    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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 484

#2
11manish Profile Picture

11manish 282

#3
David_MA Profile Picture

David_MA 280 Super User 2026 Season 1

Last 30 days Overall leaderboard