Facing issue with executestoreprocedure()

HI All,

I am calling store proc which is having one input and output parameter. When i giving call to SP it is returning null even though there is record for input.

local!result: fn!executestoredprocedure(
dataSourceName:"jdbc/#####DS",
procedureName: "###APPIAN.TEMP",
inputs:
{
{name: "caseId", value: ri!caseId}

}
),

if(local!result.success,
local!result.result,
local!result.error
)

Any prompt help will highly appreciated.

Thanks,

  Discussion posts and replies are publicly visible