Insert:Database not working

Hi guys,

I have two .xamls in same project where Insert activity of Database (datatable to Sql server) is working but in another one it’s not throwing any error neither inserting records in to DB table.

Before using Insert, I am able to use Execute Query with same existing db connection but not Insert.

Try updating database activities to latest version.

The package UiPath.Database.Activities is already up to date.

Can you show your query & Flow? Also try using Bulk insert or Run Query instead of insert.

Hi @Aakash_Singh_Rawat

Could you please provide a sample project or even the query that is causing you the issue?

And in fact, does it fail for all queries or just some specific ones?