Conditional / Logic Actions
What they do: Don't connect to external systems, but rather control how your workflow flows.
Includes: - If/Then/Else: Run different actions based on a condition - Switch/Router: Choose between multiple paths - Delay: Wait before the next action - Loop: Repeat an action for each item in a list
Common in: Every workflow that needs to be smart about what it does.
In the Morning Brief: You might add a condition to skip sending the email on weekends.