Integromat iterator only runs once when have 3 adds collections

663
3
02-15-2022 07:19 AM
CharlieColey123
New Contributor II

Hi

Help says 

The Iterator module is automatically connected to the Field Maps module. It allows the webhook to it...

 

But when have 3 adds only 1 is processed - any help on this much appreciated, thanks Charlie

CharlieColey123_0-1644938224309.png

 

CharlieColey123_1-1644938272484.png

 

Tags (2)
0 Kudos
3 Replies
by Anonymous User
Not applicable

Can you reply with a screenshot of the iterator configuration?

0 Kudos
CharlieColey123
New Contributor II

Hi Aaron 

Thanks for looking

CharlieColey123_0-1645002716677.png

CharlieColey123_1-1645002747892.png

 

 

 

0 Kudos
by Anonymous User
Not applicable

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

 

 

0 Kudos