I created the simplest Flow to run stored SQL procedure from PowerApps. When I'm creating this only step, I just choose the procedure name from the list, so Flow has access to the server via the gateway, and it even identifies that one parameter must be passed.
(how to add a screenshot to the message?)
Then I save procedure and test it. It always says that it can't find the procedure.
{
"status": 404,
"message": "Could not find stored procedure 'diprice.Simulate_Oppty'.\r\nclientRequestId: 2eadcfb8-016a-47ce-9ff6-432e6a6fe65d",
"source": "sqlconnectionprovider-westeurope.am2-ase-001.p.azurewebsites.net"
}
I tried other procedures with and without parameters, and response is always the same. I tried to use Execute SQL Query option with the string EXEC diprice.Simulate_Oppty, with the same result. The fun fact is that all these Flows and Procedure calls worked well in April, May, June. Since August something went wrong, and I do not know where to search for a problem.