Comment on page
Log to console
This action node is often used for debugging purposes in order to print a value from a data source or function.
If you want to log the contents of an object or data source to the console, you should use the function editor to turn it into a string. For example,
return JSON.stringify(variableName);
Property | Description |
---|---|
Text | The message to print to the console. A message can be formed from:
|
Last modified 11mo ago