rule!xyz: if(origcdt.firstname = changecdt.firstname, {},"firstname compare

rule!xyz: if(origcdt.firstname = changecdt.firstname, {},"firstname compare fail")
rule!xyz(origcdt, changecdt)
origcdtList: {origcdt1,origcdt2,origcdt3}
changecdtList: {changecdt1,changecdt2,changecdt3}

Below rule:
apply(rule!xyz, merge(origcdtlist,changecdtlist))
Am not getting expected result. Please assist on this and did anyone faced the simillar issue.

OriginalPostID-144083

OriginalPostID-144083

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data