Datagrid 2 - sorting throught Microflow doesnt work

0
Hello,   I want to switch the position of a row through a button click, which is in the same row. My Microflow is changing the Row ID of the selected Row, aswell as the Row ID of the Row above or below the selected row, depending if I want to move the selected Row up or down. In my Microflow, I change the Row ID, and then I sort the List of Data. During debugging, i can see that at first it looks like this: 1,3, 2, 4  → then after sorting List of an attribute (here “Row ID”) like this: 1, 2, 3, 4. But in the datagrid2 after commit and refresh in client it still shows me this: 1, 3, 2, 4.   Why wont it work?
asked
0 answers