Hello! We are using an object table where we display a list of people, and then we have a column that’s linked responses. Every person could have one or multiple responses. Each of the responses has an associated time. Is there a way that I can sort the responses by time so that the order is consistent across people rows? Right now the order looks random.
The object table does not currently offer a sort by linked object property. For now, you could configure a function backed column which returns the timestamp you want to sort by and use a function backed column sort.
We are tracking this internally as a feature request and I will add this signal there!