Update Data trying to insert duplicates - Even after a Deduplication activity.
Hello, I'm having a problem and I don't have any more idea of how to fix it.
I have a workflow that insert registries into database, first read a file, then deduplicate the data and then insert it.

The Data schema has a compound primary key of 6 different attributes, defined like this:

Then In the deduplication, I search values deduplicating on all these fields

And then in the update data, I selected record identification using reconciliation keys and selected all the primary key's attributes.

But somehow, it keeps giving me this error:
26-04-2024 14:45:08 ORA-210000 Oracle error: ORA-00001: unique constraint (U_ADOBECMP.IOP_PRIMARYKEY_D3F6991F) violated
I have checked and tried everything, but this error keeps happening. How can that happen if i'm deduplicating them? I tried to insert them using direct SQL code (INSERT INTO...) and it's inserted, but I've to remove "." before. Maybe it's having a problem reading it? has someone ever faced this and solved it??
Thank you in advance