Fix NocoDB API query to sort locations by timestamp

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>
This commit is contained in:
2025-11-14 10:53:16 +00:00
parent 39b3ec418f
commit a021f00d1b

View File

@@ -231,7 +231,12 @@
"projectId": "pdxl4cx4dbu9nxi", "projectId": "pdxl4cx4dbu9nxi",
"table": "m8pqj5ixgnnrzkg", "table": "m8pqj5ixgnnrzkg",
"returnAll": true, "returnAll": true,
"options": {} "options": {
"sort": {
"field": "timestamp",
"direction": "desc"
}
}
}, },
"id": "efc8af5b-b101-4a1c-b43e-f53adc22736e", "id": "efc8af5b-b101-4a1c-b43e-f53adc22736e",
"name": "Lade Daten aus NocoDB", "name": "Lade Daten aus NocoDB",