https://github.com/naskio/n8n-nodes-changed
n8n node to redirect the stream based on if the input has changed between the current and the previous execution or not.
https://github.com/naskio/n8n-nodes-changed
n8n n8n-nodes n8n-nodes-changed
Last synced: 1 day ago
JSON representation
n8n node to redirect the stream based on if the input has changed between the current and the previous execution or not.
- Host: GitHub
- URL: https://github.com/naskio/n8n-nodes-changed
- Owner: naskio
- License: mit
- Created: 2022-02-28T11:15:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T11:27:02.000Z (over 3 years ago)
- Last Synced: 2025-09-01T14:37:12.640Z (about 1 month ago)
- Topics: n8n, n8n-nodes, n8n-nodes-changed
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/n8n-nodes-changed
- Size: 102 KB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# n8n-nodes-changed
n8n node to detect if something changed between the current execution and the previous one.
[](https://nask.io)
> This node works only in trigger mode (with Cron, Webhook, etc.), in manual mode it will always use the default value.
# Description
This node take an input and redirect the stream based on if the input has changed between the current and the previous
execution or not.# Use Case
Avoid sending multiple emails, notifications, alerts etc. Send only the input changes.
# Contribute
Pull requests are welcome! For any bug reports, please create
an [issue](https://github.com/naskio/n8n-nodes-changed/issues).See the [contributing guide](./CONTRIBUTING.md) for more information.
# License
[MIT](./LICENSE)