Adding a Collector function in a Mapping
A Collector function behaves like a UVJ function with regard to input parameters. You can link input document elements and attributes, preceding functions’ output parameters, and global variables and constants to collector function. Collector function stores your altered data into memory, so you can sort them 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.