11-15-2025 07:26 AM
11-16-2025 05:03 AM
Hello @Laxman
You can try direct search records with suitable filters and then delete records action
Or the other way would be using SQL collections and writing a query.
11-16-2025 09:19 PM
Hi Bhagya,
Thanks for your reply.
I used sql collections also there with distinct query get the unique records but want to delete all the duplicate records from the data table tried with other sql queries which are not working.
11-16-2025 09:34 PM
Hi @Laxman,
take SQL Transformations by Workato application, with that input is DataTable, write the query to get the duplicate records, with that output contents and use PARSE CSV step and use DataTable DELETE Batch action. you can able to delete all the duplicate records.
Thanks & Regards,
J Rajesh Kumar.
11-17-2025 02:01 AM - edited 11-17-2025 02:58 AM
Hi @Laxman ,
The solution provided by @rajeshjanapati is highly effective and represents the most optimized approach to achieve the desired outcome.
Small suggestion while getting an response from Sql transformation get only record id, so that processing time will be quick.
Thanks and regards,
Shivakumara K A