i want to create a zerotouch library to connect two programs. One node has the purpose to export all data. In order to make it it as convenient as possible i want the export-node to accept n-linked Input. Maybe its easier to understand what i mean if you look the picture below.
I want the Input of the yellow Node to accept more input in order to filter them and calculate things. In order to achive that, i only want to know if it is possible the create one Input of a node that accept more than one link. Maybe the API provides such things?
I dont want a workaround, i want to know it there is this solution.