I’m trying to use the Switch on String node to branch between a few strings. I also want to use the default pin, which I expect to work with any string that is not in the list of pins I supply it.
Problem is, if one of the exec pins that I create is for the string “Default”, that exec line doesn’t work. Dragging a line out from it drags a line from the catch-all default pin instead. I wouldn’t expect the default pin to have a value at all.
This is easy to work around (changing “Default” to “Default1” fixes it), but that’s a pretty silly hack.