I have a details view set up for a record that also lists a set of data points it’s connected to in another object.
The sort order for the object is set to a date field and is returned in chronological order when making an API call. However, this order isn’t followed in the details view for some reason. It’s all jumbled up in some random order. It’s not even alphabetic order of that list of connected records. When checking for the records of the view using the JS backend, the object is already jumbled.
Any idea what’s causing this and how it can be fixed? Have any of you faced this issue before?