Good morning.
I'm trying to get an element that has multiple endpoints leaving from it, but I want the endpoints to be attached to specific sub-elements under the main.
In coding terms, something like a switch/case statement where the overall element has 1 input and each branch has one, and only one, output. How do I get the anchors/endpoints attached to the proper subelement (which is a simple div, currently)?
Do I have to make a group of elements here, or can I just attach directly to the div?
Thanks,
Will