Hi community,
I would like to run an automation script from a Low-Code App with a dynamic assigned dummy.
I already have a query that limits the elements to the correct protocol and protocol version.
When an element is selected (e.g. in a grid or table component) I would like to press a button to run the automation script with this specific element.
However, with Dataminer 10.4.10.0 there is still only a dropdown for the dummy selection.
How can I use a feed here?
Or is there any workaround existing?
Hi Felix
It is currently not possible to link a dummy to a script action using a feed, this only works for parameters. I have create a task on our backlog to implement this
As a workaround you could link the element to the script by feeding an input parameter of the script with the ID of the selected item. You can then get that element and manipulate it in the script.
Thanks Wout, the workaround works fine for me.