As example On app Start:
ClearCollect(
YourNewCollection,
Filter(
DataSourceInSharePoint,
ID <= 2000
),
Filter(
DataSourceInSharePoint,
ID > 2000 && ID <= 4000
),
Filter(
DataSourceInSharePoint,
ID > 4000 && ID <= 6000
),
Filter(
DataSourceInSharePoint,
ID > 6000 && ID <= 8000
),
Filter(
DataSourceInSharePoint,
ID > 8000 && ID <= 10000
)
)
_____________________________________________________________________________________
Please give a thumbs up if I resolved your issue! Please click Accept as Solution to close the topic!