Reading/Writing multiple files in different folders

Hi everyone,

I am trying to read multiple files, filter they with SflexAR node and write each output data in a different folder.
The output file and the folder must be created iteratively with the same name of the input file.

I tried to use the nodes List Files and Iterate List of Files but I don't understand how I can create a new folder and the relative output file with the correct names.

attached the seed of the algorithm


Every hint is welcome.

Hello, it looks like you will need to use a loop and some flow variables.  The loop should probably start with Table Row to Variable and end with Variable loop end just guessing by the screenshot that you provide.