LOOP Step

hi… i want ask , how make multiple array for output array on loop steeps.

Hi Febry,

when specifying an output array on a loop step this will always have the same length as the input array and there can only be one output array specified here.

When multiple output arrays are needed (or the single output array has a different length than the input array) leave the output array field empty and use built-in service pub.list:appendToList instead. Remember to drop the input item after this step to avoid data corruption.

Regards,
Holger

1 Like

Hi Holger,

thank you for answering my question. Your answer is very helpful.

thank you