n8n-nodes-updates

0.1.0 • Public • Published

n8n-nodes-updates

Split the input based on the previous execution into: new items, updated items and old items.

n8n

This node works only in trigger mode (with Cron, Webhook, etc.), in manual mode it will return any input as new items.

Description

This node take an input and split its items into 3 groups:

  • new items: items that are not in the previous execution
  • updated items: items that are in the previous execution and have changed
  • old items: items that are in the previous execution and have not changed

Use Case

Avoid processing the same items multiple times.

Contribute

Pull requests are welcome! For any bug reports, please create an issue.

See the contributing guide for more information.

License

MIT

Package Sidebar

Install

npm i n8n-nodes-updates

Weekly Downloads

17,394

Version

0.1.0

License

MIT

Unpacked Size

10.1 kB

Total Files

8

Last publish

Collaborators

  • naskio