Question
Stored Procedure Function not returning any data
Hello,
I am using executestoredprocedure() function to get the data, but when i am executing the expression rule it is not returning any data.
a!localVariables(
local!result: executestoredprocedure(
dataSourceName: cons!dataSource,
procedureName: cons!storedProc,
inputs:{
name:"user_id",
value:"ankita12"
}
), local!result
)
