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
2026-03-16 16:25:31 +01:00
Description
No description provided
192 KiB
Languages
Shell 74.7%
Python 25.3%