I have a form with a paging grid which must be ordered by particular field. Som

I have a form with a paging grid which must be ordered by particular field. Some of the rows have identical values for that field, and occasionally the order of two or more rows with the same value get swapped. It seems Appian orders rows with the same value randomly. Has anyone else faced this problem and figured out how to get them to stop rearranging themselves?

I've tried sorting by two fields, which you can't do, moving the dataset to the load() function which breaks other functionality, using an if() to only have the grid save the pagingInfo value it has if it doesn't match the one it had before, and changing the datasubset to a toDataSubset() function so I CAN sort by two fields. Nothing works.

OriginalPostID-160292

OriginalPostID-160292

  Discussion posts and replies are publicly visible