JSON Escape Modifier for Variables
This is essential when passing file content or user input to mcp or http nodes with JSON bodies.
Added {{variable:json}} modifier to safely embed content in JSON strings. This properly escapes newlines, quotes, and other special.
Safe for any content including newlines and quotes
args: '{"text": "{{content:json}}"}'
- MCP node crash fix: Fixed "Cannot read properties of undefined (reading 'content')" error when MCP server returns response without
content field - AI Modify for invalid YAML: AI Modify now works even when workflow has YAML parse errors, allowing you to fix syntax issues using
AI