validate_workflow_expressions
Detect syntax errors and invalid variable references in n8n workflow expressions, and get warnings when complex logic should use a Code node.
Instructions
Validate n8n expressions {{ }} in workflow. Checks: syntax errors in expressions, valid variable references ($json, $node, $vars), and warns about complex logic that should use Code node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | Workflow object to validate |