Adding a Collector function in a Mapping
A Collector function behaves like a UVJ function with regard to input parameters. Input document elements and attributes, preceding functions’ output parameters, and global variables and constants can be linked to collector function. Collector function stores your altered data into memory, so it can be sorted before the outmost restructure loop starts.
This list outlines the differences of a Collector function from a UVJ function:
-
A collector function can only be created in a loop.
-
There must be only one Collector function within a loop, usually placed last in the loop's sequence.
-
Output parameters can only be linked to a following Restructure widget input parameters.
Use this procedure to add a Collector function in a mapping. Repeat this procedure for nested collector loops, if necessary.