Nodul LogoNodul Docs
📚 ДокументацияVisual_builderCode_tools

JavaScript

Executing JavaScript code inside automation scenarios

Untitled

Node Description

JavaScript - an action-type node that is essential for processing data used in a scenario using the JavaScript programming language.

Node Configuration

Code Generation

To configure a JavaScript node, you need to generate code within the Code window in accordance with the data processing requirements.

Untitled

The available parameters from previous nodes are displayed in the Data window. For more information on using data from previous nodes, please refer to the documentation under Passing Data.

Data Processing Result

The output of the JavaScript operation can be a string, numerical value, JSON object, and so forth. The data processing result from the JavaScript node is accessible for configuring parameters of other nodes.

!!! tip It is recommended to wrap data in string format with quotation marks for further correct processing.

Содержание