Using Activity

How to delete all records from datatype(records).using actvity

@Saisunilvarmak

Can you try to list all instances with an Obj-List and loop on that list to Obj-Delete maybe.

@Saisunilvarmak

First get the records by using obj-browse and then delete them using obj-delete(Use the delete step in the loop). Please check the attached screenshot