Change sort option from object to array format to match n8n's
expected parameter structure for NocoDB nodes. This should resolve
import errors when loading the workflow.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add sorting to the "Lade Daten aus NocoDB" node to return locations
in descending chronological order (newest first). This ensures the
web interface displays all location entries correctly, not just the
first unsorted entry.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add tracker-db.json: NocoDB version of location tracker workflow
- Replaces file-based storage with NocoDB database
- Unlimited storage instead of 100-entry limit
- Includes CREATE and READ operations for locations table
- Add locations-example.csv: Sample location data for NocoDB import
- 8 example entries with Munich coordinates
- Demonstrates expected data structure
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>