Is there any activity available in Uipath by which I compare two tables of a SQL database ?
you could use execute query activity and there you can you some compare logic as mentioned in below link
Hello @Ishan_Shelke1
The best way is to use Execute Query in both the tables and you will get 2 datatables. You can easily compare those data. There are no readymade activities for doing it directly in the database.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.