Hello,
I was trying to set the Name attribute of my Java Snippet Output variable using a Flow Variable.
My current workflow is to
- fetch data from a database
- define the name of the key column in the table using a Flow Variable, eg product_id
- rename the key column to key_column using the Flow Variable
- transform the key column using a Java Snippet. They key column is now always called key_column so I can easily reuse the Java Snippet Node.
- set the output Name to new_key_column
- rename the column new_key_column using the Flow Variable, eg rename to product_id
From the Flow Variable config tab in the Java Snippet Node I would assume that I could set the output Name (and perhaps even input) dynamically, using the Flow Variable. Is there any documentation on how to set the config properly?