can anyone help me how to convert a excel data to database and execute a query. Here my scenario is to identify the duplicate rows and write it in to different sheet, with SQL query.
Hi @arjunshenoy
To remove duplicate rows, you can use ‘Remove Duplicate Rows’ activity.
To insert the data in a SQL table, use ‘UiPath.Database.Activities.InsertDataTable’ activity.