Based on the provided knowledge sources, it appears that the Connector Builder in Airbyte currently supports common pagination methods used by APIs, such as limit-offset and page count. However, there is no explicit mention of the ability to save the output of fields or get the maximum value of a column/field to be used in the next pagination query. In the Pagination section of the Connector Builder, you can provide a configuration to request consecutive pages of data from the API until there are no more pages to fetch. If your API doesn't support pagination, you can leave this section disabled [source](
https://docs.airbyte.com/connector-development/connector-builder-ui/pagination). However, there are discussions and open issues on GitHub that suggest users have faced challenges with pagination, especially when dealing with nested fields or specific pagination tokens [source](
https://github.com/airbytehq/airbyte/discussions/44913), [source](
https://github.com/airbytehq/airbyte/issues/40697). For more specific capabilities or to address particular issues, it might be best to refer to the official Airbyte documentation or engage with the Airbyte community on GitHub.