Hello, I am new to what appears to be the very powerful Knime platform. However, I am struggling with something fundamental.
I would like to be able to rename the instance of a given node type to something meaningful. Something that would have context and bring understanding when referenced as the prefix to associated variables later in the flow.
I have experimented with labels, comments and descriptions, in both modern and classic UI (using 5.4.4), but not of those objects can be used to reference the node in later logic.
The node “type?” names and instance numbers visible in the UI are actually pretty distracting. The icons themselves can do a good job of identifying the node types. I think this may have been considered at some point as I note that I can disable the node type name display in the classic UI. I can’t see this option in the modern UI. And while helpful, in that you could hide them and rely on the node label (classic) or node comment (modern), to better visually understand the flows, unfortunately I don’t think I can use either of these (well them same thing likely) in referencing them in variables.
What I am trying to do is incorporate a concise, descriptive/meaningful node name into output file names.
I did read best practice guide, but I think it basically confirms above. KNIME Best Practices Guide
Finally, interestingly and frustratingly, AI (ChatGPT) suggested this could be done taking me on a bit of wild goose chase looking for a details configuration window on the right hand side and all kinds of other sensible suggestions for options that ultimately don’t appear to exist. LOL (sort of).
Anyway, any confirmation of suggestions on how to approach this would be welcome. How can I name or identify node instances visually in the editor AND utilize said names or identities in variables.
eg: If I have an Excel Writer type node, I would like to name it something like “WriteEmployeeJobs” and in the configuration of the node use the custom node name in the file configuration (which I understand will take some more manipulation given you can’t concatenate strings in the filename specification). Hopefully that captures the idea. The text “Excel Writer”, especially when there are multiples of them in a flow, become meaningless. WriteEmployeeJobs would have meaning.
Thanks all!!