It would be helpful to have the ability to reference the Pipe "name" in a binding without the full hierarchy. If wanting to add a transform for the fill color on different pipes, one must copy the binding, then modify for the correct tag path for each pipe. In my case, each pipe section will have an integer tag, ie. {[default]Pipes/Pipe_101}. I was hoping to set the pipe name to "Pipe_101", then use an indirect tag. As it is now, the path for the pipe named Pipe_101, is {this.props.pipes[0].name}. For the next pipe section the binding has to be copied and then the pipe path modified to ie. {this.props.pipes[1].name}.
In case it's helpful - ticket #112098