Its cool to see new records in a view without reload, but if I have an open view sorted by date / time
I would expect, that new records will be added on top of the table, not at the end of the view?
1 Like
Hello @dirk_s Dirk,
thank you very much for the report. I have just checked your issue. If you add a record yourself, it works as expected, but if another user adds a record via the live subscription, the sorting is not taken into account as you observed and added at the end.
We will check the cause of the problem and get back to you!
Thanks again for the report
Best regards
Leo
In my case it was a webhook via automation.
1 Like
Hi @Leo
something is still broken here. “startDate” is a Date/Time field.
Unsorted:
Sorted Ascending (broken):
We saw there were earlier timestamps above.
Sorting Descending:
Looks a bit strange - is it only sorting the already prefetched records? I think it should fetch again, when changing the sorting, before it sorts.