The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Delete GroupedBy records

Akki1
Tera Contributor

Hi,

I have a field 'u_custom_key' and when I groupby my records with this field there are records which are having count 2 so I want to delete one of them on the basis of updated field, I want to delete the old one and keep the new one.There are approx 400k records

8 REPLIES 8

Bert_c1
Kilo Patron

Hi,

 

Add "Created" and/or "Updated" to the column list and pick the one you want to delete.

Akki1
Tera Contributor

@Bert_c1 Thanks but there are more than 400k records I don't think manually it would be possible

Then write a script to do the deletion, run it in Scripts Background.

Ranjit Nimbalka
Mega Sage

Hi @Akki1 ,

 

what is the issue then bring created field and see which is new record and which is old one select the record which you want to delete then click on actions on selected row and select delete.

 

Regards,

Ranjit