Adding Sort By to Load Table object block causes page size to be ignored

Like this -

Results in -

image

This returns more than 100 rows, which I didn’t think was even allowed.

But if I remove the sort by “created ACS” -

The results are what I expect -

image

Thoughts?

Hello @Tim_Jones,

It looks like you’ve uncovered an interesting issue! You have a small typo—ASC should be used instead of ACS. Please update your request with the correct argument. In an upcoming update, we’ll address the current behavior to ensure the correct result is returned, even when the argument is incorrect.

Thanks for bringing this to our attention!

Hi @sergey.kuk

Good catch on the typo. I didn’t notice, as I figured if the command was wrong, it would throw an error.

I’ve updated my code now. I appreciate the help!

Tim