Why does the below peice of code does not work with records as rule input.
if( fn!isnull(ri!array), true(), length(ri!array) = 0)
If I pass empty record in ri!array it should return me true, but it is returning false.
Discussion posts and replies are publicly visible
Hi, probably you are trying with empty record, I guess.Like this
If you are looking for a solution to check for a null record array, you can try this.Please let me know if this was helpful or if you are looking for something different.