Spilt files after uploading by using a form

:bullseye: What is your goal?

I have a form upload that contains multiple files. Each file must be analyzed by OCR.

:thinking: What is the problem?

THe webhook receives the files correct. But now I want to process the files one by one.

:test_tube: What have you tried so far?

I tried parse and iterator option

:camera_with_flash: Screenshots: scenario setup, module configuration, errors

Use an iterator.
In the iterator create a formula toArray(map bundle 1 here).
Afterwards, create a filter that only passes values that start with up|Bestanden.
Then map what’s under data into the OCR.