Automation Deep Dive

The Multi-Step Automation Cost Trap: Why Your 5-Step Zap Uses 5x Your Budget

Zapier counts every step as a task. A 5-step Zap that runs once uses 5 tasks. At 750 tasks/month on Professional, you get 150 runs — not 750. Here is the exact math and how Make and n8n handle it differently.

15 min readUpdated March 2026

How Zapier Counts Tasks

Every action step in a Zap counts as one task. The trigger does not count. So a Zap with 1 trigger + 4 actions = 4 tasks per run.

Example: Lead Capture Zap

  1. Trigger: New Typeform submission (0 tasks)
  2. Action: Create contact in HubSpot (1 task)
  3. Action: Add subscriber to Mailchimp (1 task)
  4. Action: Send Slack notification (1 task)
  5. Action: Create row in Google Sheets (1 task)

Total: 4 tasks per form submission

If you get 100 form submissions/month, this Zap uses 400 tasks. On Zapier Professional (750 tasks/mo, $29.99/mo), that is 53% of your monthly allowance from a single automation.

Zapier Plan Limits: What You Actually Get

PlanPriceTask LimitRuns of a 5-step ZapCost per Run
Free$0100 tasks/moN/A (two-step only)N/A
Professional$29.99/mo750 tasks/mo150 runs$0.20/run
Team$103.50/mo2,000 tasks/mo400 runs$0.26/run

The trap: Zapier Free only allows two-step Zaps (1 trigger + 1 action). The moment you need a multi-step Zap, you must upgrade to Professional at $29.99/mo. And your 750 tasks disappear fast with multi-step workflows.

How Make Counts Operations (Differently)

Make also counts each module (step) as one operation. So a 5-module scenario uses 5 operations per run — similar to Zapier. The critical difference is in the volume you get per dollar:

PlanPriceOperation LimitRuns of a 5-step ScenarioCost per Run
Free$01,000 ops/mo200 runs$0
Core$10.59/mo10,000 ops/mo2,000 runs$0.005/run
Pro$18.82/mo10,000 ops/mo2,000 runs$0.009/run
Teams$34.12/mo10,000 ops/mo2,000 runs$0.017/run

The math: Make Core gives you 10,000 ops for $10.59/mo. Zapier Professional gives you 750 tasks for $29.99/mo. For 5-step workflows, Make delivers 13.3x more runs at 65% less cost.

How n8n Counts Executions (Completely Different)

n8n counts workflow executions, not individual steps. A 5-node workflow that runs once = 1 execution, regardless of how many steps it contains.

Same Lead Capture Flow on n8n

1 trigger + 4 actions = 1 execution (not 4 or 5)

PlanPriceExecutionsCost per 5-Step Run
Community (self-hosted)$0Unlimited$0
Starter (cloud)$20/mo2,500 executions$0.008/run
Pro (cloud)$50/mo10,000 executions$0.005/run

The advantage: For complex workflows (5–10+ steps), n8n is dramatically cheaper because step count does not affect the cost. The trade-off is technical complexity — n8n requires more setup than Zapier or Make.

Real-World Cost Comparison: 500 Runs of a 5-Step Workflow

PlatformPlan NeededMonthly CostAnnual Cost
ZapierTeam (2,500 tasks needed, 2,000 included)$103.50/mo$828/yr
MakeCore (2,500 ops, within 10,000 limit)$10.59/mo$108/yr
n8n CloudStarter (500 executions, within 2,500 limit)$20/mo$240/yr
n8n Self-HostedCommunity + VPS ($5–10/mo)~$7/mo~$84/yr

For 500 runs of a 5-step workflow: Zapier costs $828/yr. Make costs $108/yr. n8n self-hosted costs ~$84/yr. That is a $720/yr difference between Zapier and Make, or $744/yr between Zapier and n8n self-hosted.

How to Reduce Your Zapier Bill

If you are staying on Zapier, here are ways to reduce task consumption:

  • Consolidate steps. Use Zapier's built-in Formatter or Code steps to handle multiple transformations in one task instead of chaining individual actions.
  • Use Filters early. A Filter that stops a Zap does not count as a task (Zapier does not charge for filtered-out runs). Place filters before expensive multi-step chains.
  • Use Paths wisely. Each Path branch counts as a task when executed. Avoid unnecessary paths.
  • Move high-volume flows to Make. Keep simple two-step Zaps on Zapier (where it is still convenient) and move complex multi-step flows to Make.

Frequently Asked Questions

Does Zapier charge for the trigger step?
No. Zapier does not count the trigger as a task. Only action steps count. A Zap with 1 trigger + 1 action = 1 task per run. A Zap with 1 trigger + 5 actions = 5 tasks per run.
Does Make count the trigger module?
Yes. Make counts every module including the trigger as an operation. A scenario with 1 trigger + 4 actions = 5 operations. However, with 10,000 operations on Core ($10.59/mo) versus Zapier's 750 tasks on Professional ($29.99/mo), Make is still far more cost-effective.
When does Zapier still make sense despite higher cost?
Zapier makes sense when: (1) you have very low volume (under 100 tasks/mo fits Free), (2) you need integrations only Zapier has (7,000+ vs Make's 1,800+), (3) your team is non-technical and values Zapier's simpler interface, or (4) you only use simple two-step Zaps where the multi-step cost trap does not apply.