Hi All,
I am trying to fetch a list of assets to show in a Power Page, currently i am using a fetchxml to get the records, untill now everything is fine since i have about 2800 assets. But the number of assets is growing. I want to fetch them all because i am creating counts on the number of assets of a specific type and combine that with a lot of extra data like locations and so on. Once i fetched the assets i convert them to a json and then i use JS to add some logic.
I know that the max number of items you can fetch in one go is 5000 records. I have read some post online but i am struggeling a bit.
Here is an example script:
The above script has been simplified there are a couple of link entities in there as well.
In preperation for having more that 5k assets, how could i change this script to do multiple rounds of fetching?
Regards,
Meton