From a021f00d1b19d039c6628a89539b34ca82b30344 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 14 Nov 2025 10:53:16 +0000 Subject: [PATCH] Fix NocoDB API query to sort locations by timestamp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tracker-db.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tracker-db.json b/tracker-db.json index 59d29eb..29613a1 100644 --- a/tracker-db.json +++ b/tracker-db.json @@ -231,7 +231,12 @@ "projectId": "pdxl4cx4dbu9nxi", "table": "m8pqj5ixgnnrzkg", "returnAll": true, - "options": {} + "options": { + "sort": { + "field": "timestamp", + "direction": "desc" + } + } }, "id": "efc8af5b-b101-4a1c-b43e-f53adc22736e", "name": "Lade Daten aus NocoDB",