Skip to main content
Back to registry

n8n-expression-syntax

czlonkowski/n8n-skills

Expert guide for writing correct n8n expressions in workflows.

Installs1
Install command
npx skills add https://github.com/czlonkowski/n8n-skills --skill n8n-expression-syntax
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Expert guide for writing correct n8n expressions in workflows. All dynamic content in n8n uses double curly braces : Examples : Access data from the current node: Access data from any previous node: Important : Access current date/time: Access environment variables: Most Common Mistake : Webhook data is NOT at the root! Why : Webhook node wraps incoming data under .body property to preserve headers, params, and query parameters. Code nodes use direct JavaScript access , NOT expressions! Expressions must be wrapped in double curly braces. Field or node names with spaces require bracket notation : Node references are case-sensitive : Don't double-wrap expressions: For complete error catalog with fixes, see COMMON_MISTAKES.md For real workflow examples, see EXAMPLES.md Webhook receives : In Slack node text field : HTTP Request returns : In Email node (reference HTTP Request): "Cannot read property 'X' of undefined" → Parent object doesn't exist → Check your data path "X is not a function" → Trying to call method on non-function → Check variable type Expression shows as literal text → Missing {{ }} → Add curly braces String : Array : DateTime (Luxon): Number : Essential Rules : Most Common Mistakes : For more details, see: Need Help? Reference the n8n expression documentation or use n8n-mcp validation tools to check your expressions. - Node names must be in quotes - Node names are...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does n8n-expression-syntax do?

Expert guide for writing correct n8n expressions in workflows.

Is n8n-expression-syntax good?

n8n-expression-syntax does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does n8n-expression-syntax work with?

n8n-expression-syntax currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to n8n-expression-syntax?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install n8n-expression-syntax?

npx skills add https://github.com/czlonkowski/n8n-skills --skill n8n-expression-syntax

Related skills

More from czlonkowski/n8n-skills

Related skills

Alternatives in Software Engineering