hen using "a!queryEntity()" to execute a query, the "batchSize" parameter in the "a!pagingInfo()" function should be set to a value greater than or equal to the maximum number of items that can be returned by the query. To return all the items from a query, you can set the "batchSize" parameter to a large number, such as 1000 or more, depending on the size of your data.
Setting the "batchSize" parameter to -1 or 0 is not valid and will result in an error. Setting the parameter to null is also not valid.
Therefore C. 1000.
When the batch size is set to -1, will return all the items from the data store entity. This worls only in a!queryEntity()
And setting the batch size to 0 will return the count of total items
Refer the documentation below
https://docs.appian.com/suite/help/21.4/fnc_system_a_paginginfo.html
upvoted 5 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
nyxxx
1 month, 3 weeks agoSid_16
1 month, 3 weeks ago