Easy Tech Tuts
Automation & Integrations

n8n tutorials

33 free, step-by-step n8n guides covering setup, common tasks, fixes, and best practices — each with a full video walkthrough.

How to Get the Current Date and Time in n8n

By Impran M N

Almost every automation eventually needs to know what day it is — for a timestamp on a logged row, a comparison against a due date, or an expiry check on a token. n8n gives you…

How to Use the n8n Edit Fields (Set) Node

By Impran M N

The Edit Fields node, still widely known by its old name Set, is one of the most-used building blocks in n8n for reshaping data as it moves through a workflow. Rather than letting…

How to Import and Parse a JSON File in n8n

By Impran M N

Getting a JSON file into an n8n workflow is really two separate problems: getting the raw file into the workflow at all, and then converting whatever n8n received — usually a…

How to Update n8n Locally Using the Terminal

By Impran M N

If you installed n8n locally through npm, there's no settings toggle for updates — you do it from the terminal, the same way you installed it in the first place. This guide walks…