Hi,
It seems that I can’t insert a Flow Variable as a Global Variable in this type of node.
Whenever I double click in it’s name (from the Flow Variable List) it shows up in the Method Body. If I copy and paste that in the Gloval Variable Declaration Filed, I get the following error:
I highlighted the part in which I inserted the variable.
In case it’s not clear enough, the variable is called “FechaHoy” (it’s a workflow variable) and KNIME “translates” it into the code as $${SFechaHoy}$$ . It’s a string with the following format: “yyyy-mm-dd” (it’s intended to be turned into a LocalDate object).
How can I manage to use my variable in the highlighted line?
Cheers