Need a fast way to tidy your n8n workspace? This setup groups workflows into the right folders based on tags your team picks in a simple form. It helps admins keep projects clean and easy to navigate.
On each form submission, the system signs in to your n8n API, lists your tags, and checks your owned projects. It searches for a folder that matches the chosen tag, removes duplicates, and creates a new folder if none is found. It then pulls all workflows with that tag and moves them into the selected folder. The flow uses a form trigger, HTTP requests, the n8n node, batch loops, and filters to handle many items at once without extra work.
You only need your n8n base URL and an account that can read projects, create folders, and move workflows. Expect strong time savings on workspace cleanups and quicker onboarding for new teammates. Use it for tag migrations, folder standards, and regular tidy ups across projects.