Overview
This node is a basic test node designed primarily for demonstration or development purposes within n8n workflows. It does not perform any data transformation or processing; instead, it simply outputs an empty array of items. This can be useful as a placeholder node during workflow construction or for testing the integration and execution flow without affecting data.
Properties
| Name | Meaning |
|---|---|
| Test Field | Test field description |
Output
The node outputs an empty array of items ([]) with no JSON or binary data. Essentially, it produces no data output, serving as a no-operation step in a workflow.
Dependencies
No external services, API keys, or dependencies are required for this node. It operates entirely internally without any configuration beyond its single input property.
Troubleshooting
- Since the node does not process or output data, common issues are unlikely.
- If the node appears to do nothing, this is expected behavior.
- No error messages are anticipated from this node under normal operation.
Links and References
- n8n Documentation - Creating Nodes (for general guidance on custom node development)