Loop Over Items Question

Hi everyone,

So i need a little help for this problem that I am facing right now

I’m trying to set up a process that iterates through each folder individually and then retrieves all the files within each specific folder.

However, after the workflow finishes processing the first folder, it doesn’t move on to the second folder as intended. Instead, it appears to skip directly to “Done” without ever reaching the LLM node for the second folder.

Does anyone have any suggestions or insights on how to ensure the workflow proceeds through all folders properly? Thank you so much in advance for your time and assistance!

Currently, you can’t put one loop inside another.

My suggestion: After the filter node, go back to the first loop, and from “Done,” go to the second loop to rename the files.

Thanks for suggestion!

This is how it looks like when i try it

It does not go to the done path