Forum Discussion
bojanvelevski
5 years agoValued Contributor
You can work on some logic here. If you add “last_modified” as a sorting path, along with the “id”, you’ll get the following scenarios:
- When id is matched, last_modified is the same, and quantity differs, you’ll get the modified record in “Modified” output.
- When id is matched, last_modified differs, and quantity is the same, you’ll get the result from source as a “Deletion” and data from Destination as a “Insertion”
From there you can arrange the flow per your needs.
I hope you’ll find this helpful,
Regards,
Bojan
Related Content
- 4 months ago
- 2 years ago
- 2 years ago