Why not create two scheduled events each to run daily?
Regards,
Ronald
Hi Jagan,
There are no such kind of thing possible,
But you can write a logic create a microflow take a decision first in the decision check currentDateTime=userTime(11:00PM) or currentDateTime=userTime(11:50PM) by using DateTime manipulation logic.If condition is true write your flow logic if false end the event.
After that call this microflow in the scheduler every seconds.
Whenever your condition satisfies it will execute your microflow logic otherwise it will end the microflow every time.