Problem with Request Get and Variable

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?

Thank you very much for the support

Hi @alexpic051291, welcome to the KNIME community.

Can you elaborate a little.

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?

Hello @alexpic051291,

You should use :

image

And then put a timeout on the Loop end, by adding the Wait Node.

Cheers,
Samir

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.