Issue when returning null as output

Hi All,

I used the following expression in my expression rule 

a!forEach(
items: {1,2,3},
expression: {
if(
count(
wherecontains(
fv!item,
{5,6,7}
)
) > 6,
fv!item,
null
)
}
)

 

When i called this rule in a in process model its returning ; this character , where its not returning null 

could u please tell me whats the wrong here ? how to return null

  Discussion posts and replies are publicly visible