What problem does it solve?
It solves the problem of needing quick, repeatable data transformations and calculations without writing a full application, so you can turn inputs into the exact JSON or values your workflow requires.
Core Features & Use Cases
- Execute JavaScript for data processing: Perform calculations, array transformations (map/filter/reduce/sort), and object shaping with ES6+ syntax.
- Return structured results to the workflow: Use the provided output mechanism to return computed values or objects that downstream nodes can use.
- Manipulate JSON and common types: Parse and serialize JSON, work with strings, dates, arrays, and objects for typical workflow automation tasks.
Use Case: You receive an input object containing a list of items and need to compute totals and summary fields (e.g., sum and average) in a single step, then pass the result onward as structured data.
Quick Start
In your workflow, connect the JavaScript Executor node to Zeenie’s input-tools handle and provide JavaScript code that sets the output variable based on input_data.