Pagination Issue with REST Connector for OData V4 API
Hello,
I am experiencing an issue with the Qlik REST connector when retrieving data from an OData V4 API. Data retrieval works correctly, except for pagination.
Problem Details:
The @odata.nextLink field contains the following url for pagination:
During the REST connector configuration, I specified the pagination path as root/@odata.nextLink. However, this does not seem to work (I noticed that the @odata.nextLink field is constructed without the system name):
On the other hand, with an OData V2 API, pagination works correctly. Perhaps because the __next field is built with the system name:
Questions:
Is there a limitation in Qlik's configuration to handle nextURL for an OData V4 service that does not contain the system name in the following url?
Could it be an issue with my connector configuration?
Is there any other solution for using an OData V4 service rather than an OData V2 service?