Schedule Event

0
I am using a schedule event. It has to be runned for two times per day. (i.e for 11:00pm and 11:50pm). Is it possible? How to set like that?
asked
2 answers
1

Why not create two scheduled events each to run daily?

Regards,

Ronald

 

answered
0

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.

 

answered