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.