Trigger Flow recurrently and automatically?

#1

Hi there !

Is it possible to trigger automatically a flow recurrently. For instance : every day at 8:00 am, the flow will be triggered ?

thank you in advance,
regards

(Daniel Beckett) #2

Hi,

The Wait service could be used along with Flow labels and GoTo actions.

If you create a ‘Start’ label at the beginning of your flow and a ‘Wait for a While’ action just before the end of your flow you could then followup with a GoTo action to return to the start label.

Hope that helps.

Thanks,
Dan