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.
This is currently only possible in dashboards by dropping the elements onto the button as filter. The button (requires ReportsAndDashboardsButton softlaunch option) will get enabled when a valid (matching the protocol of the dummy) is selected in the linked feed:
So if it doesn't have to be a LCA, you would workaround this by using dashboards for now.
Hi Gilles, thanks. Nice to know it.
Unfortunately it has to be a LCA.
Thanks Wout, the workaround works fine for me.