Checks vs Actions (Key Differences Explained)
What are Checks?
Checks are conditions that must be met for a workflow to continue.
Example:
• Country = UK
What are Actions?
Actions are tasks performed when checks pass.
Example:
• Add insert
• Send message
Key Differences
• Checks → Control logic (conditions)
• Actions → Perform tasks (results)

Important Notes
• Checks do not perform actions
• Actions only run if checks pass
• Multiple checks can be combined using logic (AND)
• Poorly configured checks may block workflows
FAQs
Can I have multiple checks?
Yes — you can combine conditions
Can actions run without checks?
Yes — if no checks are set

