ticket 10011

Overview: Skip and Take with Order by is not returning the correct result.

Replication Steps:
First Panel:
Display “Test Data” list without any filters applied.

Second Panel:
Display the same “Test Data” list.
With filter: Order By Firstname (Ascending).

Below the 2nd panel you will see a button:
Click the button “Copy data” this will trigger to copy the data from source list "Test data" to destination list.
The process uses Skip: 35 and Take: 5.
Observe the output shown in the panel text after execution.

Expected Result:
The system should return the correct records based on ORDER BY Firstname (ASC), then apply Skip 35 and Take 5.
Expected source IDs: (25, 19, 23, 6, 29).

Actual Result:
The returned result does not match the expected Skip and Take behavior when combined ORDER BY.

Test Data

ID

First name

Last name

1

Liam

Smith

2

Noah

Johnson

3

Oliver

Williams

4

Elijah

Brown

5

James

Jones

6

William

Garcia

7

Benjamin

Miller

8

Lucas

Davis

9

Henry

Rodriguez

10

Alexander

Martinez

11

Mason

Hernandez

12

Michael

Lopez

13

Ethan

Gonzalez

14

Daniel

Wilson

15

Jacob

Anderson

16

Logan

Thomas

17

Jackson

Taylor

18

Levi

Moore

19

Sebastian

Jackson

20

Mateo

Martin

    Test data ordered by first name in ascending order.

    ID

    First name

    Last name

    24

    Aiden

    White

    10

    Alexander

    Martinez

    32

    Asher

    Young

    7

    Benjamin

    Miller

    33

    Carter

    Allen

    14

    Daniel

    Wilson

    28

    David

    Ramirez

    4

    Elijah

    Brown

    13

    Ethan

    Gonzalez

    38

    Gabriel

    Nguyen

    35

    Grayson

    Wright

    9

    Henry

    Rodriguez

    39

    Isaac

    Hill

    21

    Jack

    Lee

    17

    Jackson

    Taylor

    15

    Jacob

    Anderson

    5

    James

    Jones

    37

    Jayden

    Torres

    27

    John

    Clark

    26

    Joseph

    Sanchez

      Node ID: 20470825