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
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
Manual input
TriggersStart the flow by hand and collect input fields from the operator.
- 2
Split into list
DataTurn text into a list so later nodes run once per item.
- 3
Remove duplicates
DataDeduplicate a list, optionally by one field.
- 4
Limit list
DataTake the first N items — handy for keeping runs cheap.
- 5
Categorise
AISort each item into one of your categories and branch on the result.
- 6
Run JavaScript
DataTransform data with a small JS function when no node fits.
- 7
Create file
ActionsTurn the result into a downloadable file attached to the run.