Referencing node.name from nodes other than function?

What nodes can I reference my node name from? I know we can use ${node.name} in a function, but are there other nodes that we can maybe use string interpolation to get access to the node's name? The change node is what I'm particularly interested in now, but would options for other nodes. thanks.

Could you explain a bit more what you trying to do?

Hi @yamlCase

in general, no, you cannot access a node's name unless the node specifically exposes it in some form. Other than the Function node, I'm not aware of any other node that does so. The name wasn't conceived as being part of the functional behaviour - more a label for documenting/debugging purposes.