Wondering if WA is capable of checking for objects in an array that may be null? I'm able to print the loop in the "try it out panel", but still get an error message in the panel as well:
Dialog node error
SpelEvaluationException when evaluating dialog node ID [node_28_1539296242898].
The syntax of condition [$childCtnList[$i] !=""] is valid, but cannot be evaluated.
Check that objects in expression are not null or out of bounds.
SpEL evaluation error: EL1025E: The collection has '2' elements, index '2' is invalid [1]
There are only 2 objects in the array so I'm wondering if when it gets to childCtnList[2]
it doesn't know what to do?