Run some custom Javascript code
/code
in the editor, and hit Enter
. You can then write your code in the contents
of the node. You can write code in either JavaScript or Python, and the code will be executed during the execution of
the WordApp.
You can @mention any variable in your flow in your code just like you would in the rest of your flow,
and anything you log to the console or return
from your code will be available to the rest of your flow.
return
from your code will be available here. This is the primary way to pass data from a code execution
to the rest of your flow.