Symptoms
When you execute a rule that returns null, for example, you want to get the size of a collection that is empty in a form:

Using the following rule On Save:
var
object
=
Me
.
getXPath
(
"ProcessEntity.collection"
);
var
size
=
object
.
size
();
the following error message appears:

|