This workflow demostrates the use of the option "Propagate modified loop variables" available in Loop End nodes.
Given a list of search terms, the workflow iterates over each search item to avoid overloading (outer loop) and then it sends GET request to the Google Books API for each search term to get the relevant book authors and titles. The maximum results in Google Books API is 40, therefore, for each search term, the workflow repeats sending GET requests untill the starting index of an item (a book) is larger than the total number of available items for this search term (inner loop).
The workflow demonstrates the difference for external, injected, and internal variables as well as the difference between the propagation option on (in the inner loop) and off (in the outer loop).
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.