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 / schedule flow from mon...
Power Automate
Answered

schedule flow from monday to friday 9am to 5m

(0) ShareShare
ReportReport
Posted on by 10

my flow gets data every minute from an api and create item in sharepoint. My requirement is to run the flow schedule from monday to friday 9am to 5m. Is it possible, appreciate your help. 

Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,773 Most Valuable Professional on at

    Hi @dkr2030,


    I would add an trigger condition expression in the settings of your recurrence action. In that expression you can check if the hour is greater than or equal to 9 or less than or equal to 17 (I am using the 24 clock format HH). In that same expression you can check the day of the week by using the dayofWeek function.

     

    Below is an example of that expression:

    @and(and(and(greaterOrEquals(int(utcNow('HH')), 9), lessOrEquals(int(utcNow('HH')),17)),greaterorEquals(int(dayOfWeek(utcNow())), 1)),lessOrEquals(int(dayOfWeek(utcNow())),5))

     

    triggerconditionexpression_dayofweek_hours.png

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!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 283

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard