Page 1 of 1

delay without freezing the action?

Posted: 12 Jun 2017 19:13
by brixx
Is there a way to delay some steps of an action without stopping the whole action?

If I have multiple things going on and at a certain step I put a sleep, the whole action executtion stops for that time...

Re: delay without freezing the action?

Posted: 14 Jun 2017 19:02
by Martin
Hi,

You can move the actions that should run in parallel to it's own flow (no trigger required, but the flow needs to be enabled) and then use action Execute Flows to start the flow.

Regards,
Martin

Re: delay without freezing the action?

Posted: 20 Jun 2017 17:25
by brixx
Sorry for the late answer,

Thanks! Even though it is certainly not an elegant solution (havign two different flows) it works!