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
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
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