Are there any known issues with the filternulls() function in Appian 7.3? I not

Are there any known issues with the filternulls() function in Appian 7.3? I noticed these results today:

=filternulls({if(1=1,null(),now()),null()}) > ={"3/2/2015 5:10 PM EST"} (correct)
=filternulls({if(1=2,null(),now()),null()}) > = {,} (incorrect?)

Additionally, as in the function instructions:

filterNulls({1,2,null,5,null}) > {1,2,5} (correct)
filterNulls({"1","2",null,"5",null}) > {1,2,,5,} (incorrect)

However the function is supposed to allow any type array. Has anyone ran into this issue?

OriginalPostID-140179

OriginalPostID-140179

  Discussion posts and replies are publicly visible