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?
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.