Hello,
I am struggling on how to pass a a R variable available in the KNIME Snippet’s Wokspace, into the Flow Variable List’s node space. Aiming to integrate a R created variable to the KNIME workflow.
As you see in the picture I’ve unsuccessfully tested with: knime.flow.out[["DummyOut"]] <- DummyOut
It doesn’t return an error but doesn’t work either.