This commit is contained in:
Deborah Barnard 2023-01-12 10:31:23 +00:00
parent d2449068db
commit c41571eb26

View File

@ -12,13 +12,14 @@ The Compare Datasets node helps you compare data from two input streams.
* **Use a Mix of Versions**
* **Include Both Versions**
## Understand comparison
## Understand item comparison
Item comparison is a two stage process:
1. n8n checks if the fields you selected to compare match across both inputs.
1. n8n checks if the values of the fields you selected to compare match across both inputs.
2. If the fields to compare match, n8n then compares all fields within the items, to determine if the items are the same or different.
## Options
You can use additional options to refine your comparison or modify comparison behavior.