Files
n8n-compose/n8n-workflows/workflow-a-http.json
Claude Code 41394554f0 refactor: complete workflow redesign with Code nodes and proper data flow
- Replace Set nodes with Code nodes for JavaScript-based data transformation
- Code node in Extract: maps data array to individual items for iteration
- Code node in Parse: handles JSON parsing with error fallback
- Replace If node with Switch node for more reliable conditional logic
- Remove Split Results node entirely - handled in Code nodes
- Proper error handling for malformed LLM responses
- Should resolve all undefined/toLowerCase errors
2026-03-17 11:42:10 +01:00

7.0 KiB