How to set pageSIze > 100 in the "Load Table Objects" block

Codeless block “Load Table Objects” doesn’t have the ability to load more the 100 objects.
To load data with “page size” > 100 you can create custom “loadTableObject” function.
It works like the default block.
But keep in mind that for every 100 pages there is a separate request. (There will be 5 requests for pageSize = 430)

Notice: On the “Managed” or “Pro” plan you can increase page size limit

Happy codeless coding!