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...
delay without freezing the action?
Moderator: Martin
Re: delay without freezing the action?
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
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?
Sorry for the late answer,
Thanks! Even though it is certainly not an elegant solution (havign two different flows) it works!
Thanks! Even though it is certainly not an elegant solution (havign two different flows) it works!