Users have the flexibility to customize the results returned by workflows. The **Result** node enables configuration of your output through JavaScript code.
## Return Data from a Single Node
Consider a workflow that integrates product data (from the *products* node) with sales data (from the *sales* node) via a JavaScript operation (in the *collatedData* node).
<divstyle={{textAlign:'center'}}>
<imgclassName="screenshot-full"src="/img/workflows/results/collated-data-workflow-preview.png"alt="Collate Data Workflow"/>
</div>
Within the **Result** node, specify the output by using a return statement that encapsulates an object within parentheses: