Forum Discussion

JoeFields's avatar
JoeFields
Frequent Visitor
3 years ago

How to limit OnTake to 100 rows in Custom Connector

I am trying to implement Table.View with a REST API but the API has a limit of 100 items per call. I saw PQ trying to fetch 200 items at a time which caused errors so I modified the OnTake handler as...