Im attempting to take information from strip, and go into a switch function that then runs ssh based on the result of switch. The code Im trying to follow is from an older version of n8n that uses the text manipulation node, which is no longer available .
It looks like you did not set the parameter to “Expression” (which means that everything between {{ ... }} gets replaced dynamically) it is rather set to “Fixed” (which means whatever is written there gets used). If you switch over to “Expression” it will probably work.