Configuration
| Setting | Description |
|---|---|
| Field | The field to sort by |
| Reverse Order | Sort descending (Z-A, 9-0) when enabled. Default is ascending (A-Z, 0-9) |
How It Works
Output
All records in the same order as input, but reordered by the selected field. The sorted order is maintained by all downstream nodes.Example
Sort accounts by revenue (highest first):- Field: Revenue
- Reverse Order: enabled
Best Practices
- Sort before Head/Tail to get meaningful “top N” or “bottom N” results
- Sort before Export to CSV for reports that should be in a specific order
- Sorting is stable — records with the same value maintain their relative order