How to compare rows

Hi all,

I need to perform a comparison of rows of my data and I am struggling with the logic/nodes that I need to use.

With reference to the below table, what I need to do is:

Example, I need compare the data in the 2 rows, and if all the rows are the same except [“Type de carton” and “Desc carton” and “box_lab_nbr”] i want to keep the row where [“box_lab_nbr” = 2] .

Once the comparison has been completed, I need to loop through all my table

Duplicate of Row comparison