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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user