# Changed

**Category:** Condition

**Version:** 1.0

**Last updated:** Januari 14, 2025

**Author:** Any2Info

***

### Description

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
* Use for update-only or incremental dataflows
* Ensure consistent row ordering in the input data

***

### Changelog

| Version | Date              | Change                               |
| ------- | ----------------- | ------------------------------------ |
| **1.0** | Januari  14, 2025 | Initial documentation version added. |
