Issue with Sorting List in Firefox Using Sort Object Action Node

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?

Hi Erik,

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 :slightly_smiling_face:

// Erik

1 Like

Thanks for the quick response!

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).

image

1 Like

Thank you!

I managed to recreate the runtime property sorting issue in an internal solution :smile:

// Erik

1 Like

Hi,

The new release of Create contains a fix for sorting in Firefox:

// Erik

2 Likes