Item lists output duplicates not unique lines

Hi guys. Is it possible to output the duplicate fields and not the unique fields with the item lists node. I want to identify duplicate rows and delete them based on their ID from nocodb.

solved by using item lists node and compare data sets node to compare the unique values from the remove duplicates item lists node to all the values from the original data

2 Likes

Id appreciate a more streamlined solution as having to retrieve all the records every run slows down the entire flow quite a bit

Hi @Trash, returning duplicates isn’t a feature offered by the Item Lists node I am afraid.

So perhaps you want to use a custom code snippet for this? For example like so: