I cannot insert a row in an on premise SQL database.
I get the following error:
{
"status": 400,
"message": "The key didn't match any rows in the table.\r\n inner exception: The key didn't match any rows in the table.\r\nclientRequestId: 3cf2aec1-0c10-4f48-b6da-1710af2791cb",
"source": "sql-we.azconn-we.p.azurewebsites.net"
}
The gateways are upgraded to the latest version.
When I add the "insert row"-action, the database and its tables are being resolved.
There are no sql-triggers on the table. It's a simple table with just two columns.
I have an existing flow with an "insert row"-action to the same database and this one works fine, but each new flow that I create with this sql-action give me this error.