I am new at Pentaho Kettle. Can someone tell me, how can I use the variables from one javascript in other javascript in the same transformation?
In first Java-Script I saved a date in a variable (var new_date) and in the second javascript-step I am trying to add a new column, where each cell will have a value of this variable (var new_date). But the variable is not defined.
Thank you for your help.