I am trying to connect my data from keap API (infusionsoft). I manage to connect to the API but the request returns only 1000 rows. After research, there is a limitation on the number of occurrences returned, with an offset parameter.
So I entered in the parameters of my rest connector the elements related to the offset pagination but I have the following error: '(Connector error: Field containing total records in the current source was not found. Please provide path to the correct field in the Pagination parameter 'Total field path.')
Any ideas? Knowing that the count field is in my original table ...