Execue Javascript
The "Execute JavaScript" tool allows you to execute custom JavaScript code within your automation process.
Parameters
Script: The JavaScript code that you want to execute. Type : String
ExecuteOut: A variable or parameter to store the output or result of the JavaScript execution.Type : String
Usage
Drag and drop the ExecuteJavaScript component into your sequence or workflow.
Prepare the JavaScript code that you want to execute.
Execute the "Execute JavaScript" tool and provide the Script parameter with your JavaScript code.
Optionally, specify a variable or parameter in the ExecuteOut field to store the output or result of the JavaScript execution.