**NOTE: This plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later. The functionality of this component is available in Appian without installing the plug-in. You can use a!executeStoredProcedureForQuery(), a!executeStoredProcedureOnSave(), or the Execute Stored Procedure Smart Service in Appian 22.1 or later.**
Overview
This plug-in provides a Smart Service and Function for executing stored procedures. The Smart Service can be used to execute stored procedures that modify data. Result sets are returned as CDTs. As custom functions cannot have side-effects, it must not be used to execute stored procedures that modify data. It is only safe to use the Smart Service with stored procedures that modify data. Following SQL Statements should not be used by the stored procedures executed with the function:
Key Features & Functionality
I am trying to get the result of the Execute Stored Procedure, trying to capture the list of dictionary as a result(output). I tried giving a result variable in the input tab of the smart service and setting the type of it as the cdt that has the matching columns as the rows that we intend to get as the result. I have attached the image of how i set it up. Can someone help me getting the result from this? keertihasyagarhareeshag0001