a!queryRecordType: Expression evaluation error at function fn!error [line 28]: An invalid value for "batchSize" was used. The batch size when querying record data must be between 0 and 5,000.

Want To fetch the data more than 5000 . let me know how to fetch

rule!PPO_qrtName(
pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 7000)
).data,

  Discussion posts and replies are publicly visible