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.