This step allows you to execute arbitrary JavaScript code in a Node.js sandbox or in the running browser.

Please see the JavaScript guide for more details on the global libraries and utility functions available to you in JavaScript.

Inputs

javascript
string
required

The JavaScript code you want to execute. This can be any valid JavaScript code.

Configs

timeout
number
default:
10

Max number of seconds for the action to finish. Maximum is 60 seconds.

execute in browser
boolean
default:
false

Execute script in the current browser instead of a Node.js context. If enabled, your code will not be able to access third-party libraries, Momentic special utility functions, or Node.js-specific functionality.

Was this page helpful?