Hello again,
I'll get straight to the point without pleasantries.
I am trying to execute a SQL Server stored procedure from a flow. The procedure cannot be selected directly from the dropdown because there are 50+ procedures and which one to be run depends on a condition. So I used a variable for procedure name.
There is only one parameter that I need to pass regardless of the procedure name. I tried using a variable but ran into an error. The screenshots of the error message and my flow are below. Please take a look and let me know if the format in which I am passing the parameter is wrong.
Thank you,
Chandrika Kautha
You can pass the parameters list in a json format:
{"<Parameter Name>":"<Value>"}
First compose the parameterslist using data operation and then use it in Execute SQL proc action.
Can this topic be moved to "Building flows"? I wrongly selected "Using Flows".
WarrenBelz
146,513
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,636
Most Valuable Professional