Hi,
I have created a simple stored Proc with 1 input parameter
Can someone let me know why am getting this error
Discussion posts and replies are publicly visible
Hi David, your 'Execute Stored Procedure' input variable name needs to match the casing of your stored procedure input name.
i.e. In your node input name you have 'endpoint' but you need 'endPoint' (capitalise P)
Thanks jordan...You saved me..
Okay great, please verify my answer so that others can see this issue is resolved.
Thanks