Hi @Mary_Kirkou
To remove duplicates in a sheet you can first search to get all the rows
Sample sheet:
(upload://tNor2C7KqYgfzebFxCeEDYt2f0f.png)
Here we are considering ID as unique data.
You can now use an array aggregator and group by ID. The output from the array aggregator will look like this:
If the array length is greater than 1, it indicates that the ID is duplicated. You can then retrieve the duplicated row numbers and proceed to delete them.
I am noticing that the rows are grouped together, so I wondered if you have any suggestions on how to find the group that has the duplicates? I don’t want to delete the wrong rows.
Hi, when I created the scenario, I used the “Group” in the Array Iterator.
So, I think that may have produced duplicates, randomly, throughout the whole spreadsheet.
It’s difficult to find except by checking them, one at a time, which unique ID’s (SCOTT #) are the duplicates. It becomes very time consuming, since there are 500 rows.
I also tried removing the “Group” option in the module, but it was so slow. I had to stop it.