Hi all,
I was able to create a workflow to retrieve data via an Odata connection from a source system. However the content seems to be paginated to 100 records at once. I have also found a solution in form of an iterative macro how it could be solved, but there seems to be an input needed for this macro from the Odata connection which would lead the macro to find the "next page".
This is my original workflow:

This is working properly, but only for 100 record:

Here is the iteration macro I have found also in the community:

As you can see this iteration macro would need the "result._links.next" in order to continue with the iteration.
When I have tried to apply this macro to my current workflow (of course replacing the links to my particular one), I have faced the problem that among the DownloadData I got only the odata context, but I don't receive the odata next link, so there is no link for the next "page", what could be the input for the iteration macro.
Do you have any idea if there could be any settings adjusted in the workflow, or this is rather something that should be handled from the data provider side?
The configuration of my Download tool:


Thanks in advance!
Best regards,
Antal