I'm looking for some help on loops and variables. I've read the
, but it hardly says anything about that and the posts in the forum are difficult to understand because of my lack of previous knowledge on the topic, I'm also very new in Knime.
Are there any documents or simple (very simple) workflows in order to learn?
The latter has a chapter about loops and a chapter about flow variables. Both are well written and helped me learning KNIME. And no, I am not getting any money for my recommendations. ;-)
Well, I suppose I'm missing something, but I don't know what it is.
I'm trying to use a loop that is executing a certain number of times, but I don't want it to be predefined manually, I want to use a flow variable instead. The number of times is different every execution.
I supposed I had to use a Counting Loop Start, but I can't configure it in order to set the number of times.
At the moment, I'm using a Generic Loop Start and a Variable Condition Loop End in order to create an infinite loop and using a Breakpoint node which I think it's not an elegant solution.
How can I configure proprerly the Counting Loop Start? or is there any better solution?
That's right, the IF Switch node lets you choose between two paths, which can be reunited with the End IF node. You can control it manually or by a flow variable, the latter must be a String type variable holding the value "both", "bottom" or "top".