Hi Brian
In order to parse the content in the ResultList, you need to iterate through it using the get() method one at a time, and then use pop() to move to the next value. ResultList can accept different content, so not necessarily everything is stored as String.
Refer below an example of one UDF calling another and the result.
First UDF which stores two values, one String and one integer.
Second UDF calls first UDF, then iterate through the ResultList
Output when second UDF is used in mapping.
Hope this helps.
Regards
Eng Swee


