Validates and optimizes n8n expression syntax for reliable workflow automation and data mapping.
The n8n Expression Expert skill provides Claude with specialized knowledge for writing, troubleshooting, and fixing n8n's unique expression syntax. It ensures proper usage of the double curly brace {{}} format, correct variable referencing for $json and $node, and handles the common pitfalls of webhook data structures where user data is nested under the body property. This skill is essential for developers building complex n8n workflows who need to ensure data flows correctly between nodes while avoiding syntax errors or type mismatches.
Características Principales
01Correct mapping for webhook data structures using $json.body
02Syntax validation for n8n's double curly brace {{}} expression format
030 GitHub stars
04Troubleshooting for case-sensitive node references and bracket notation
05Expert guidance on Luxon-based date formatting using $now
06Prevention of common mistakes like using expressions inside Code nodes
Casos de Uso
01Debugging 'undefined' property errors when accessing previous node data
02Formatting timestamps and calculating relative dates for scheduling tasks
03Constructing dynamic API request bodies and URLs in HTTP nodes