Advanced steps
JavaScript
Execute arbitrary JavaScript in a Node.js sandbox or in the browser
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
The JavaScript code you want to execute. This can be any valid JavaScript code.
Configs
Max number of seconds for the action to finish. Maximum is 60 seconds.
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?