Skip to content
All artifacts
skillrunning

n8n-expression-syntax

Validates and fixes n8n expression syntax and the errors that come out of it.

Reach for it when

An n8n workflow is failing and the error mentions undefined data, a node reference, or a webhook payload.

Checks {{ }} expression syntax and walks the common failures: bad $json access, wrong $node reference, webhook data shaped differently than assumed.

Fires when writing expressions or debugging data-access errors in a workflow.

A broken expression is the single most common way an n8n workflow fails, and the error message rarely says which expression. This narrows it.

  • n8n
  • automation
  • user-level