Hi Dojo,
I have created a node edge graph and I'm able to select multiple nodes. I would like to feed my multiple selection to an automation script to perform my action. However, when I visualize the feed in a textbox, I only see the ID of one of the nodes.
Have you any idea what I'm missing? My current DMA version is 10.4.12
Hi Frederic,
The feed coming from the node-edge component does work as expected. The reason why you only see one value in your text box is because the interpolation in the text box can't handle the multiple values being returned from the feed and it takes only the last value. If you would for example feed the node-edge selection to a table, you'll see that all the selected values are returned from the feed.
The same applies for the automation script, all the selected nodes are passed through to the script. So you should be able to execute your automation script intended.
Hope this answers your question.