Skip to content
Operations

Clean, dedupe and classify a list

Paste rows, drop blanks and duplicates, classify each one, then export a CSV.

  • 7 nodes
  • 452 installs
  • Trigger:Manual input
Read the docs

Installs as an ordinary flow you can rename, rewire and run — nothing is locked.

How it runs, step by step

Each node hands its output to the next one. When the flow runs, every step records its inputs, output, duration and credit cost.

  1. 1

    Manual input

    Triggers

    Start the flow by hand and collect input fields from the operator.

  2. 2

    Split into list

    Data

    Turn text into a list so later nodes run once per item.

  3. 3

    Remove duplicates

    Data

    Deduplicate a list, optionally by one field.

  4. 4

    Limit list

    Data

    Take the first N items — handy for keeping runs cheap.

  5. 5

    Categorise

    AI

    Sort each item into one of your categories and branch on the result.

  6. 6

    Run JavaScript

    Data

    Transform data with a small JS function when no node fits.

  7. 7

    Create file

    Actions

    Turn the result into a downloadable file attached to the run.

Connect anything. Automate everything.Clean, dedupe and classify a list · Wasl AI