I receive Data via a Get Request. Due to restrictions not all Data can be retrieved, so beside Data the Request also delievers an URL to the next set of Data. I like to implement something like:
Send Request with initial URL
Extract URL if available (save initial url and extrated url)
Send Request with extrated URL, back to 2
No URL - variable loop over the collected URLs and retrieve the Data
I think the Variable Condition Loop Node would be the best fit?
thanks for your reply. looks like the recursive loop node is the right choice, but the loop end node failes with âExecute failed: Cell count in row âRow0#1â is not equal to length of column names array: 17 vs. 13â.
I think the problem is âRow#1â and is switches from Row0 (Varible with URL) to âRow0#1â when the URL is empty/not found.
thanks for your help @SamirAbida. currently i try to figure out how to handle the link(#n) after every itereation to check if a link is extracted or not.