Hello,
I would like to auto-create a new server object from a table and assign the "Entity Destination Type" as well as the "Node Name" from values in the table.
I have tried used the Add Data Table From Schema option for the Server object, but this only covers table columns for the server NOT the input or output nodes.
I have tried subclassing the server object (MyServer) and setting the "Entity Destination Type" and "Node Name" of the output node of the MyServer object. That works well but I would need different MyServer objects for every unique combination of "Entity Destination Type" and "Node Name". For example, MyServerA would route to "Specific" and "Input@Sink1" and "MyServerB" would route to "Specific" and "Input@Sink2".
But I would rather just have a single MyServer object and use a table column to set the values for the output nodes.
What is the best way of doing that?
Thank you
Annika