Get returnValue from stored procedure integration
Get returnValue from stored procedure integration
Comments
-
Thanks for the example. Unfortunately, we didnt find a place where Decisions makes that data available to the user, but there are two possible workarounds for this:
- Wrap the stored procedure and SELECT its return code (just like in the example you provided)
- Output the value through one of the stored procedures parameters