I am adding functions to custom data definitions to list the contents of a swimlane. If there are more than 20 objects in the lane, the array that is returned shows ellipses at the end for each item over 20. Even if I do something simple like
=ARRAY(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23)
the result is s1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, ...]
How can I get the 21,22, 23 etc. to show up? Is this limit hard coded?