Skip to main content
Version: Latest (4.52.0)

Code

This component executes plain JavaScript code within a sandbox making it secure and safe. In regards the following limitations apply:

  • Access to the console
  • Eval function

Calling done

Because JavaScript allows you to write code asynchronously, you need to call the done function when your code is done. When you are not using any asynchronous syntax, the done call should be at the end of your script.

// your code
done();
note

In cases where you are calling return in the global scope, you need to call done before the return statement.

Configuration

Inputs | Outputs


Code
Input
Output
Error
00 0 (ilxzu8s)
Any message sent with the send() function.