Hi ~
I want to get which port the node's input port connects to. and I try to use gvport.getdestination () in the Python SDK, but I find that the port has to be the output port to return properly, and if the port is the input port, it returns an empty list.
Does anyone know how to return the connected port from the input port?
Cheers~