The Changed node determines whether the incoming dataset has changed compared to the previously processed version.
It uses an internal cache to compare the current data with the last stored state and controls whether the dataflow continues.
Configuration Options
This node has no configuration options.
Usage
The Changed node is typically used to prevent downstream processing when the incoming data is identical to the previous run.
If changes are detected, the dataflow continues.
If no changes are detected, the dataflow is stopped.
Tips & Best Practices
Place this node early in the dataflow to avoid unnecessary processing