JavaScript

Executing JavaScript code inside automation scenarios.

Notion image

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.

Notion image

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 Autofill.

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.

💡
It is recommended to wrap data in string format with quotation marks for further correct processing.
Did this answer your question?
😞
😐
🤩