Im adding a delay to a Simple Conditional Action, and I just want to verify that the delay applies to the entire conditional step, not just the action. e.g., the condition is evaluated after the delay.
No, the delay is on the action, not on evaluating the condition. If you need the evaluation delayed, then use Delay Actions instead.
1 Like
Ok, thanks,