Hi,
I have created a stored procedure which takes some input parameters and based on parameters, Insert query gets executed. I want to Call this Procedure either through SAIL Interface or Process Model. I cannot use fn!executestoredprocedure function as i am writing to db.
Can someone suggest on the same
Regards
Venkatesh
Discussion posts and replies are publicly visible
What is the data source name for this?
Hi Abk, the data source name can be found in the Data Store object in which your data store entities are defined.
Is it possible to call a Stored function in Appian using any Appian Functions.
Yes, with the Execute Stored Procedure plugin we now have fn!executestoredprocedure().