Console Log¶
The Console Log block prints messages to the standard output of the server running your workflow. This is useful for simple debugging.
Inputs¶
- Message: The text or data to print.
Logic¶
- The block takes your Message.
- It prints it to the terminal/console where the application is running.