Deduplication history

Hi all,
n8n version: 1.107.3
Cloud version

I have a workflow which uses deduplication, which functions exactly how I want it to.

My question is history/audit of this node. I want to be able to track or do a monthly lookup (history) of how many times duplications were found.
Has anybody else implemented this feature with a history method also?

Hey @gwamm hope all is good.

I don’t believe this is a dedicated feature, but you could try to implement something like this manually by deduplicating and then comparing datasets and logging the difference to a database.

Something like this: