How do I return the output parameter from a SQL stored procedure to an automation
I have a SQL stored procedure that creates a record in a table with an identity field and returns the value of the created identity. I placed a break point in the automation after the stored procedure is executed to check the value of the output parameter and the value is null. How do I return the output parameter from a SQL stored procedure to the automation?