Hello,
I’ve a situation that I can’t solve without relying on external sources (files, databases), but maybe is it possible.
The situation:
I’ve several items that need to be validated and if the validation passes, added to the array for later processing
…in other terms the resultArray should be temporary while SplitinBatches is running and then passed to outResultArray. Is it possible?
Example code