a!dataSubset()

Hi,

I a new to appian and i came accross the a!dataSubset.What is the working of datasubset.

a!dataSubset(
startIndex: 3,
batchSize: 2,
sort: a!sortInfo(
field: "name",
ascending: true()
),
totalCount: 26,
data: {"a", "b", "c", "d","e","f",
"g","h","i","j","k","l","m","n",
"o","p","q","r","s","t","u","v","w"
,"x","y","z"},

identifiers: {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,
21,22,23,24,25,26}
)

Above propragam returns the full list.Actually it has to return from the "c" as i have mentioned startIndex: 3.even with startIndex: 0.It returns the full list.

What is the working logic behind this?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data