Run a schedular for a date and time

Hi All,

Need a help for the subject topic.

How I can schedule a machine workflow to a particular date and time?

Regards,

Bhaskar

Just right-click the workflow and choose scheude, and set when you want it to run

Hi Ola,

Thnaks for the reply.

I used this option but how to schedule for machine workflow run for a particular day and time which I can fetch from a databse column.

BR,

Bhaskar

Then you would have to have a higher frequency on the scheduled flow, and then as a first step check against your table if it should continue to run or quit, and keep that more advanced logic there.

I Connect you can use what is called Cron expressions, letting you do a lot more complext stuff. But in classic, I think the method above is the way to go. I have done that at times to not email things on weekends or days off for example.