Hello,
I have a flow that calls an SQL on premises stored procedure that I created several months ago, and I can run it without any problems.
But if I just open it and save it without changing anything, I get an error related with 'GetProcedure_V2' failed with status code 'BadRequest.
As the problem seams to be related with the stored procedure call, I have tried to delete the call and recreate the same call with all its parameters, but as soon as I click save, I get the error.

The complete error is: Flow save failed with code 'MultipleErrorsOccurred' and message 'The dynamic operation request to API 'sql' operation 'GetProcedure_V2' failed with status code 'BadRequest'. This may indicate invalid input parameters. Error response: { "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: fda446f4-3dc6-4bcb-866c-b8e9eaa659d9", "error": { "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." }, "source": "sql-ne.azconn-ne.p.azurewebsites.net" };The dynamic operation request to API 'sql' operation 'GetProcedure_V2' failed with status code 'BadRequest'. This may indicate invalid input parameters. Error response: { "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: fda446f4-3dc6-4bcb-866c-b8e9eaa659d9", "error": { "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." }, "source": "sql-ne.azconn-ne.p.azurewebsites.net" };The dynamic operation request to API 'sql' operation 'GetProcedure_V2' failed with status code 'BadRequest'. This may indicate invalid input parameters. Error response: { "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: fda446f4-3dc6-4bcb-866c-b8e9eaa659d9", "error": { "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." }, "source": "sql-ne.azconn-ne.p.azurewebsites.net" };The dynamic operation request to API 'sql' operation 'GetProcedure_V2' failed with status code 'BadRequest'. This may indicate invalid input parameters. Error response: { "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: fda446f4-3dc6-4bcb-866c-b8e9eaa659d9", "error": { "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." }, "source": "sql-ne.azconn-ne.p.azurewebsites.net" }'.
Any clues on how can avoid this error ?
Thanks, Victor.