Hello,
I have a flow that runs on these days and time.
However, on Friday, I d like the flow to run more often, lets say at 11 and 13 o clock.
One idea is to change the recurrence every day on 11, 13 and 21 o clock, get the current hour and then build a condition that checks if it is:
Friday and the hour is 11,13 or 21 o clock
OR
Mo-Thu and the hour is 21.
I am talking about hours because lets say the flow runs at 21:00:03 and the condition checks for 21:00:00 - so it will result in a FALSE as the time is incorrect.
Nevertheless, what are your ideas for such requirement?
Thanks in advance, Adis