Stored Procedure Function not returning any data

Certified Associate Developer

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
)

  Discussion posts and replies are publicly visible