Question
Expression evaluation error at function a!forEach [line 15]: Error in a!forEach() expression during iteration 77: Expression evaluation error at function 'index' parameter 1 [line 21]: Invalid index: Cannot index property 'tiePointStatus]
a!localVariables(
local!oldCdt: rule!ITS_GetPQRRequestByPqrRequestId(pqrRequestId: 71),
local!newCdt: rule!ITS_GetPQRRequestByPqrRequestId(pqrRequestId: 80),
local!fields: split(
stripwith(
tostring(
'type!{urn:com:appian:types:ITS}ITS_PQR_REQUEST_DETAILS'()
),
"[= "
),
","
),
tostring(
a!flatten(
a!forEach(
items: local!fields,
expression: {
if(
exact(
if(
isnull(local!oldCdt[fv!item]),
"",
local!oldCdt[fv!item]
),
if(
isnull(local!newCdt[fv!item]),
"",
local!newCdt[fv!item]
)
),
{},
fv!item & ": " & local!newCdt[fv!item]
)
}
)
)
)
),