If I try to pull a variable from a GET method and wire it directly to the input of a second function, it tells me it's not connected when
I try to compile. It seems to work if I buffer it through a switch or something though, is this a bug or am I doing something wrong?