Last updated
Was this helpful?
Category: Condition
Version: 1.0
Last updated: Januari 14, 2025
Author: Any2Info
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.
This node has no configuration options.
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.
Place this node early in the dataflow to avoid unnecessary processing
Use for update-only or incremental dataflows
Ensure consistent row ordering in the input data
1.0
Januari 14, 2025
Initial documentation version added.
Last updated
Was this helpful?
Was this helpful?