Configuration
How It Works
1
Select a field
Choose which field to sort by - supports text, numbers, and dates.
2
Choose order
Leave Reverse Order off for ascending (A-Z, oldest first, smallest first), or enable it for descending.
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