I’m currently encountering an issue with sorting a list using the Sort Object Action Node. The sorting works fine in Chrome and Edge, but it doesn’t seem to work correctly in Firefox.
Has anyone else experienced this issue, or does anyone have any suggestions on how to resolve it?
This is a known issue for some properties in regular Data Sources, Calendar Data Sources and Enums and a challenge is registered for the issue.
What properties are you trying to sort on, and what kind of data source is it? That information will certainly help us
I am trying to sort a list of objects that hold vehicle information. Specifically, I am sorting based on the registration number (String) and integers such as the number of damages.
Interestingly, the sorting works the first time I click to sort, but it fails when I try to sort again to change the order (ascending/descending).