Confused with Process history variable value

Can anyone tell why its showing only 101 item even though the ids passed are 1000 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    If "batchNumber" is being used for the "batchSize" paging value in a query, and the (filtered) query returns only 101 items, then the results would only be 101 items regardless of whether the batchSize is larger.  Since we can't see the code you're using to query, or the data size, or the filters you're applying, it's hard to guess what might really be happening or why, as Stefan already mentioned.

Reply
  • 0
    Certified Lead Developer

    If "batchNumber" is being used for the "batchSize" paging value in a query, and the (filtered) query returns only 101 items, then the results would only be 101 items regardless of whether the batchSize is larger.  Since we can't see the code you're using to query, or the data size, or the filters you're applying, it's hard to guess what might really be happening or why, as Stefan already mentioned.

Children