LiveCycle ES Processes Do Not Support Collections of Collections
Issue
In LiveCycle ES processes, adding map or list values to maps and lists can cause unexpected behavior.
Solution
LiveCycle ES processes do not support collections of collections; therefore, do not add collection values to other collections.
Additional Information
When adding a collection to another collection, each item in the first collection is added to the second, not the collection itself. For example, a process has a list variable called listVar. The Set Value service adds values to listVar:
/process_data/listVar[1] = "abc" /process_data/listVar[2] = "xyz"
The Set Value service then adds this list to another list called uberListVar:
/process_data/uberListVar[1] = listVar
The first item in uberListVar is “abc,” and the second item is “xyz.”
This content requires Flash
To view this content, JavaScript must be enabled, and you need the latest version of the Adobe Flash Player.
Download the free Flash Player now!
