Executions vs. Tasks: how n8n counts
n8n bills per workflow run, Zapier per action step. The difference determines which plan actually fits your automation.
Zapier terms like Paths, Filter or Formatter translated to n8n Nodes: the practical table for your switch.
When you switch from Zapier to n8n, you start with a blank canvas and a question that doesn't answer itself: What is the n8n equivalent of what was called "Paths" in Zapier, and which Node do you use to build that? Zapier and n8n solve the same automation problems, but use different terms and a different modular principle. Without a translation table, you spend the first migration hours searching instead of building.
This article translates the most important Zapier building blocks, including Zapier's own apps, into their n8n equivalents and links directly to the matching pages of the official n8n documentation. As of: July 2026.
Before translating the individual steps, it's worth looking at the structure. A Zap in Zapier consists of a Trigger and a fixed chain of Steps that are processed from top to bottom. An n8n Workflow, on the other hand, is a canvas with Nodes that can be freely connected, including multiple Triggers and parallel branches in a single Workflow. The n8n documentation for working with Nodes describes the fundamental difference between two Node types: Trigger-Nodes start the Workflow in response to an event and are recognizable by the lightning bolt symbol, while Action-Nodes perform the actual tasks, changing data or communicating with external systems. Every productive Workflow needs at least one Trigger-Node, but can contain any number of Action-Nodes.
The Overview of Node Types adds two more categories that don't exist in Zapier that way: Core Nodes for generic logic such as scheduling or API calls, and Cluster Nodes where a main Node works together with sub-Nodes, for example with AI agents. Those coming from Zapier have only known pre-built app integrations and Zapier's own tools so far. In n8n, the Core Nodes add additional, universally usable building blocks that replace many of Zapier's built-in helpers.
The following list matches the most common Zapier building blocks to their n8n counterparts. In ambiguous cases, the appropriate n8n variant depends on the specific logic in the Zap, which is why some points have two options.
A Zap with five Steps doesn't automatically become an n8n Workflow with five Nodes. Zapier's linear structure often forces you to split a problem across multiple separate Zaps, for example because a Zap only knows one Trigger and one fixed path. In n8n, several of these Zaps can often be combined into a single Workflow with multiple Triggers or parallel branches that converge again via a Merge-Node. This changes not only the number of Nodes but also the logic: if you translate strictly Step by Step, you unnecessarily carry over the detours of the old Zapier structure instead of taking advantage of n8n's capabilities.
Another difference lies in data types. The IF-Node, Switch-Node and Filter-Node work in n8n with the same six data types (String, Number, Date & Time, Boolean, Array, Object) and the same type-specific comparison operators. This is stricter than Zapier's often more lenient condition logic and makes conditions a bit unusual at first, but more predictable in later operation.
For the switch itself, a step-by-step approach has proven effective, rather than converting all Zaps at once:
For companies that don't want to handle this switch on the side, NordFlux takes over the setup and migration of such Workflows as part of the n8n automation. You retain control of the logic and data while the technical conversion of individual Zaps to n8n Workflows is guided externally.
No, there is no automatic importer from Zapier to n8n. Each Zap must be manually rebuilt as an n8n Workflow based on its Triggers and Steps, for which the translation table in this article serves as a starting point.
For exactly two possible paths, the IF-Node is the direct equivalent. For three or more paths, as is common with more complex Paths configurations, the Switch-Node more cleanly represents the branching with multiple outputs.
Not necessarily. Simple field changes can be mapped graphically via the Edit Fields (Set) Node. Only with more complex transformations, which were solved in Zapier via nested Formatter options, is the Code-Node with custom JavaScript or Python the more practical solution.
Such constructions often arise from Zapier's structural limitations. During migration, it's worth checking whether the related Zaps can be combined in a single n8n Workflow with multiple Triggers and a Merge-Node at the end, rather than simply rebuilding the separate structure.
For smaller, permanently needed values, n8n offers built-in Data Tables as a replacement. For larger or growing data volumes, switching to a real database makes more sense, connected via the HTTP Request Node or an appropriate database Node.
Founder of NordFlux. Spent four years automating processes at enterprise scale at Dräger, and now brings that depth to the mid-market — pragmatic and with full data sovereignty.
Certifications
n8n bills per workflow run, Zapier per action step. The difference determines which plan actually fits your automation.
Switching from self-hosted to n8n Cloud: maintenance effort drops, but so does control. What does not automatically carry over with nodes and credentials.
n8n recommends PostgreSQL for queue mode and multi-main. Symptoms, thresholds, and the migration steps from SQLite to Postgres at a glance.
The translation table shows which n8n node replaces which Zapier building block. Whether the switch really pays off for your Zaps depends on volume, complexity and your internal resources. NordFlux supports migrations vendor-neutrally, from the initial inventory to the day you switch off your Zapier account.