My AzureDevOps query is only pulling 200 records instead of the 228 records that should be there in a declared collection.
Does a collection only hold 200 records? Can that limit be increased?
Hi @Luckey
The collection can save up to 2,000 records.
The reason for the problem may be that your data source cannot be delegable.
You can adjust the Data Row Limit in the settings to get more records (the most two thousand).
Best Regards,
Levi
Thanks Levi. That's weird that it's not delegable. Is there a way to test that?
I have changed the Data Row Limit to 2000 but it didn't increase the number from 200. It's just odd that the query is hitting that 200 limit in two grids. (I have an "all open" query that should show 228 and a "closed" query that should show 310)