Category: n8n Basics

Looping and Iteration in n8n Workflows

This article explains how n8n handles looping automatically and when you need manual control. Discover practical methods like...

Understanding n8n Expressions: Dynamic Data Handling

Discover the power of n8n expressions for dynamic data handling. This guide explains how to use expressions, access...

Version Control for n8n Workflows: Using Git

Discover the importance of version control for n8n automations. This guide explains how to leverage Git, either through...

Debugging Your n8n Workflows Effectively

Discover essential strategies for debugging n8n workflows effectively. This guide covers inspecting node data, using test features, understanding...

Exploring n8n Integrations: A Quick Overview

Discover the world of n8n integrations in this quick overview. Understand how different node types connect your favorite...

Environment Variables in n8n: Managing Secrets

Discover why and how to use environment variables for managing secrets like API keys and passwords within your...

Saving and Sharing Your n8n Workflows

Discover how to effectively save and share your n8n workflows. This article covers exporting, importing, and team collaboration...

Triggering n8n Workflows: Webhooks, Cron, and More

Explore the various ways to trigger n8n workflows, from real-time webhooks to scheduled cron jobs. Optimize your automation...

Error Handling in n8n Workflows: Best Practices

Discover the best practices for error handling in n8n workflows to ensure your automations are reliable and effective....

Data Transformation in n8n: Using the Function Node

Discover the power of n8n's Function Node for advanced data transformation tasks. This guide covers essential concepts, practical...