Hi,
I would like to process and annotate iteratively rows in a table within the webportal. My table contains 10-50 entries with chemical structures, and each row should be displayed one at a time, with a drop-down or radio button Single selection node which requires an input from the user/scientist. This input is then merged with the particular row as an additional column.
My current prototype looks like this:
And my current implementation of the workflow looks like this:

with the wrapped metanode containing the following nodes:
(I implemented this with a recursive loop, in analogy to the workflow depicted in this blog post, but I tried also with a standard loop)
.
If I execute the Recursive Loop End node in KNIME, the workflow runs through all rows, but does not open the interactive Table View within the metanode. If I use stepwise execution of the loop, the Table View opens, and I can make the selection with the radio buttons. For the first row, the selection is then merged with the corresponding row, but for the next rows (after stepping through the loop), the selection is not stored and I get the following message: “ERROR AbstractWizardNodeView Could not set error message or trigger re-execution: Can’t reset wrapped metanode - some downstream nodes are still executing”
What am I missing ?
Alternatively, is there a way to include the drop-down/radio button selection with the row itself? I would then skip the loop and have the user do the selection within one single table view (each row individually).
Thanks in advance
Serge