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
I'm not able to reproduce this - can you provide more information about what your input is?
In a different post it was mentioned that the user is trying to index related records. Which would return array of null values if the related records are not available. This would lead to a string of nulls. community.appian.com/.../issue-to-check-related-record-if-its-empty
(Assuming these questions are from the same team members)