What is the syntax of the Path to “next” URL in response field in JSON data source pagination settings? I am trying to adress a second object in array, e.g. consider a modified example from the manual: { "name": "p_echo", "elements": [{ "cu...
Answers:
1
I'm trying to connect to an external rest service. Unfortunately, this service limits the number of rows per call. My question is how do I loop / continue calling the service until all the data is returned?
Answers:
1