Hi Alteryx Community,
I have the need to call a stored procedure from a database, which has 2 parameters: the first one should be inputted, while the second one is an OUTPUT parameter. The stored proc command is therefore the following: EXEC dbo.NameOfProcedure input_param,output_param OUTPUT
I know how to handle the first parameter (dynamic input). Is there a method in alteryx to retrieve the output parameter of a stored procedure and include it inside the workflow? Please consider the fact that I don't have control of the stored procedure on the database side, so I cannot change the content of it.
Thank you in advance for your time.