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?