I have a flow that consists of a button that triggers a strored procedure through an On-Prem data gateway to SQL Server.
When building the flow, the connection finds the list of stored procedures correctly so I can choose from the drop down list.
When running however, I get an error message:
{
"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: 5145f632-8916-478b-9468-e1280192bf5f",
"source": "sqlconnectionprovider-westeurope.am2-ase-001.p.azurewebsites.net"
}
This broadly seems to be the same error message as if I type the SPROC name in incorrectly, but I can't figure out why it's happening. Any ideas?