May 6, 2025 n8n Basics

Processing CSV Files with n8n

Discover how to automate CSV file processing using n8n. This guide covers reading local and remote CSVs, parsing data, handling large files with batching techniques, and practical examples.

Read Article
May 6, 2025 n8n Basics

Working with JSON Data in n8n

This guide dives into handling JSON within your n8n workflows. You’ll discover how n8n structures data, learn practical methods for parsing JSON strings, and see real-world examples of manipulating JSON effectively.

Read Article
April 23, 2025 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 the Loop Over Items node, conditional loops with IF, and advanced techniques for efficient iteration in your n8n workflows.

Read Article
April 22, 2025 n8n Basics

Debugging Your n8n Workflows Effectively

Discover essential strategies for debugging n8n workflows effectively. This guide covers inspecting node data, using test features, understanding execution logs, and troubleshooting common automation errors for smoother, more reliable results.

Read Article
April 17, 2025 n8n Basics

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. Learn to implement error workflows, use the Error Trigger node, and strategically throw exceptions using the Stop and Error node.

Read Article