Hi, I have an app that has a dynamic page based on variables. One part of this page is a button that launches an automation script to start the fetch QAction from a specific element. This script has an element dummy as parameter.
From what I can see, I only have the option to select an element from a dropdown when configuring my script in the button component.
Is is possible to somehow link this to my element variable?
During configuration of an automation script action in LCA you should have the option to link to other feeds.
https://docs.dataminer.services/dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_event_config.html?tabs=tabid-1#launching-a-script
I’m not completely sure if that is only for the parameters or also for the element dummy. Otherwise you might want to adopt the automation script to take the element as parameter as well and process it that way.
Hi Dieter,
It is not yet possible to link the dummies of an automation script to other data inside a LCA. If this is a feature you are interested in, you can create a feature suggestion. Note that this might not be as straightforward as it seems since these dummies have different ‘conditions’ such as protocol and protocol version that must be respected when linking.
As Gerwin mentions, a workaround could be to create an ‘element Id’ input instead of using a dummy.