Sorts all records by a selected field value. Use it to order data before downstream processing, reporting, or limiting with Head/Tail.Documentation Index
Fetch the complete documentation index at: https://docs.bondata.ai/llms.txt
Use this file to discover all available pages before exploring further.
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