Overview
This node is named 'Do Not Use This' and serves as a placeholder or a disabled node within an n8n workflow. It does not perform any data processing or transformation and immediately outputs an empty dataset. It might be used in scenarios where a node is temporarily disabled or reserved for future implementation.
Use Case Examples
- In a workflow where a certain transformation is not yet implemented, this node can be placed as a placeholder to maintain workflow structure without affecting data flow.
- When debugging or testing workflows, this node can be used to bypass certain steps without removing them entirely.
Troubleshooting
- Since the node does not process any data and outputs an empty dataset, common issues are unlikely. However, users expecting data output should be aware that this node will always return no data.