I have a logic app that calls a stored procedure to insert a record and update another record in an Azure SQL Managed Instance.
The Logic Apps runs successfully. The SQL Action returns an HTTP 200 (success) but with these outputs:
{
"ResultSets": {},
"ReturnCode": -3,
"OutputParameters": {}
}
Screenshot of the outputs
I cannot find anything about negative ReturnCodes while the action succeeded.
Any ideas?


