Overview
This node is a simple test node designed to show an alert by logging a message to the console. It is useful for debugging or testing workflows in n8n where you want to verify that the node is executed and outputs a specific message.
Use Case Examples
- Use this node in a workflow to confirm execution by checking the console log for the message '1234'.
- Integrate this node to test alert or notification mechanisms during workflow development.
Troubleshooting
- If the console does not show the message '1234', ensure that the node is properly connected and the workflow is activated.
- No output data is produced by this node, so downstream nodes expecting input may not function as intended.