Hi,
I have an API that provides the response with 200 results and for the other records, I need to use the token string which I get from the XML response. the offset token is available in the root of the XML
I need to request for the next page till I get the token string in the response.
I know we have a REST connector that supports the pagination. But I am trying with the HTTP Connector and I would like to know if this can be achieved in my Data factory.
