Hello community,
I want to build a flow that checks if the new item/record added into the dataverse table, its duplicated from an existing item already in the table. If so, then delete one of the records.
This is tricky because, in order to be considered as duplicate, the values of the fields needs to be exactly for some columns.
Example,
I have columns ID , Article Number, and PO, so if new item added has the same ID, Article number and PO, than an existing record with same ID Article number, and PO , then one of these two "lines" needs to be deleted.
I cannot use the Duplicate Detention Rules in Dynamics because condition must met that ID Article number and PO are the same. Three columns at the same time.
Detention rules as far as i understood are when one of the condition fields is met.
