i have an api with a limit of 250 rows per call, i would like to make a loop in knime that takes the last value of the output of the api and ingest it into the get call dynamically. The loop must end when it reaches the number of rows in the api is less than 250, how can I do this?
When you say the api has a limit of 250 rows per call, what is the format of the api calls you are making, and what format are the results?
Are there two different api calls, or is it the same one to somehow be called recursively?
Ignoring the looping issue that you are looking for help on, for a moment, do you have a small example of what you envisage the GET request looking like?