
Announcements
I am trying to use the SQL data connection to execute a stored Function on my Azure host SQL SB in Flow. I have selected the Execute store procedure V2 action and supplied the connection details which then updates the block to include the 2 expected parameters. I filled those parameters in and tested my flow. However, the flow errors each time due to the following error
Does the Stored Procedure execute any commands internally? Like execute a query or call another stored procedure? This is usually caused by calling something else with parameters inside the stored procedure.