Hi
Help says
But when have 3 adds only 1 is processed - any help on this much appreciated, thanks Charlie
Can you reply with a screenshot of the iterator configuration?
Hi Aaron
Thanks for looking
CharlieColey123_0-1645002716677.png
CharlieColey123_1-1645002747892.png
As far as I know, the iterator only works with a single array. Right now you have multiple arrays as the inputs (adds and updates). I think you should either create two separate paths using a router or use the merge IML function to properly combine the arrays.
See how this only uses the "adds" array.
AaronPulver_0-1645020770255.png
This is an example with merge (untested) which combines to adds arrays. You could change it to adds and updates.
AaronPulver_1-1645020874282.png