getting error Rule which has 1 parameters, but instead passed 5 parameters.

Certified Senior Developer

Hi 

When i am trying to access one particular interface in dashboard options getting the error like below could you please suggest on it 

Error:

Error Evaluating UI Expression

Expression evaluation error [evaluation ID = f4ac9:0c850] in rule 'amd_pendingtaskgrid' (called by rules 'amd_dashboard' > 'amd_dashboard_requests') : Rule 'CS_joinassigneearray' has 1 parameters, but instead passed 5 parameters.

a!gridTextColumn(
label: "Assigned To",
field: "c23",
data: if(
local!datasubset.totalCount = 0,
{},
apply(
rule!CS_joinAssigneeArray,
local!datasubset.data.c23
)
),
alignment: "LEFT"
),

code in rule!CS_joinAssigneeArray:

joinarray(rule!CS_getTaskOwnersNames(ri!assignees)," | ")

in data local variable we are getting process report in that one particular column called Assigned to details we are getting and passing that to rule available in apply condition. Tried checking in process report in that column to check if there were any more parameters data passed but didn't able to traceback could you please suggest on this 

  Discussion posts and replies are publicly visible

Parents Reply Children