Problem + Tried Solution
Trying to dedupe bundles with the exact same information.
Tried using an Array Aggregator from a Jira issues module then passing the array to an Iterator to filter for bundles with distinct Issue ID
s.
Expecting Iterator to run X number of times, matching the number of distinct bundles filtered. Instead, Iterator only ever runs once. Inspecting the Iterator shows the input bundle contains an array of only a single collection. However, the earlier Array Iterator outputa a bundle with an array of multiple collections.
No active filters running.
Recording + Screenshot
Recording showing output logs for the Array Iterator and Iterator modules.
Iterator setup:
Does anyone know either:
- Why the Iterator only runs once
- Is there a better method than using an Array Aggregator + Iterator? The data from Jira already comes across as multiple bundles.