Skip to main content

Content Tagged "n8n"

This page collects all articles and projects tagged n8n. Tags help you navigate by tool, theme, or topic—whether you're looking for content on specific technologies like n8n or Databricks, or broader themes like workflow automation or hockey analytics.

Content spans agentic engineering, production AI agents, data pipelines, full-stack work, and hockey analytics. Browse other tags, topics, or the full offering for how this maps to client work.

Projects describe case studies with real outcomes—conversational analytics prototypes, AI feedback agents, automated content pipelines, and hockey analytics dashboards. Blog posts cover implementation details, tool comparisons, and lessons learned. If you're looking for something specific, the blog index and portfolio offer alternative ways to explore.

Blog Posts

n8n IF-nod: villkorstyper, AND/OR-grupper och type-mismatch-fällan

· Updated
IF-noden i n8n dirigerar items till True eller False baserat på villkor du definierar. Det vanligaste problemet är tyst fel när fälttypen inte matchar villkorstypen — en Number-condition på ett string-fält returnerar false varje gång.

n8n IF Node: Adding Conditional Logic to Your Workflows

· Updated
The IF node is how you branch in n8n. It evaluates a condition against each incoming item and routes it down one of two paths — true or false. Here is how to use it correctly across simple and complex scenarios.

n8n HTTP Request Node: Calling External APIs from Your Workflows

· Updated
The HTTP Request node is the workhorse of n8n — it connects your workflows to any API that accepts HTTP calls. Here is how to configure it correctly, handle authentication, and deal with real-world API quirks.

n8n getWorkflowStaticData: 64KB of Cross-Execution State Without External Dependencies

· Updated
Most n8n state persistence requires Redis, a database, or a file. getWorkflowStaticData lets you store up to 64KB of data that survives between workflow executions with zero infrastructure — built right into the workflow engine.