I’m curious if there’s any way to get a stable res...
# community-help
d
I’m curious if there’s any way to get a stable result set across requests - we’re looking into producing an export based on filtered data in TS, and obviously, if the data changes during export, the pages will change. It’s fine to say this isn’t a TS issue, we’re not in a corner on this - but being able to do that would be pleasant.
1
k
Sort by will help but export end point does not support that since it's very memory consuming to sort large export data in-memory. So must be done after export client side.
🙌 1
d