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 / Refresh dataflow once ...
Power Automate
Answered

Refresh dataflow once a month on a specific day

(0) ShareShare
ReportReport
Posted on by 4
Hello,
I need some help to set up a simple automate flow, which refreshes my dataflow every month on 25th day.
I tested some flows on my testing dataflow for minute/hourly bases and it worked, then I set up my main dataflow monthly refresh flow, which had to refresh today at 3am, but it did not.
Here is my recurrence settings (screenshot below), and as I understand we cant specify exact day of month here and we need to use trigger in settings, so I put this in Trigger conditions: @equals(dayOfMonth(utcNow()), 25)
What am I doing wrong? I have a feeling the Trigger conditions command is wrong?
Categories:
I have the same question (0)
  • Verified answer
    MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
    @CU25020546-1,  There is no wrong with the trigger condition it’s being evaluated against UTC where as your schedule/start time is also in UTC (the “Z” at the end). That combination is why it didn’t fire when you expected.
     
     
    or 
     
    @equals(dayOfMonth(convertTimeZone(utcNow(),'UTC','Georgian Standard Time')),25)

    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.

  • CU25020546-1 Profile Picture
    4 on at
    @MS.Ragavendar Thank you that worked!

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 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard