In archi-lab.net package latest versions are missing “Relay” node.
Please @Konrad_K_Sobon !
Think they were dropped - the out of the box pins are a good replacement now.
A code block with a variable x in it achieves the same as this node. If you really need one though I have one under Script > Flow in Pickles.
If the desire is a node, then the out of the box node Object.Identity also works. However pins will be more performative as they don’t add new data into memory. Every node’s output has to be saved for data preview, but pins just re-route the graphics of the wires.
Yeah, those got dropped. When I went through the update process to get archi-lab working on the newer versions, the Relay node didn’t make it across. It was really just a passthrough to keep wires readable anyway, and the out of the box pins cover that now without adding data to memory like @jacob.small said.
If you really want a node for it, @GavinNicholls is right that Pickles has one under Script > Flow, and Object.Identity works too. But for keeping a graph clean, pins are the better call these days.