Hello everyone,
I have a question. I am looking to change the way of working for our operators and we would like to explore the low code app functionalities.
Currently, we are using Dataminer Cube with the alarm console, and I would like to replace it with a low code app that offers more functionalities.
For our ticketing system, we have different automation scripts in place, and we are able to select multiple alarms and send them to the automation script to create/link/unlink a ticket. This automation script can retrieve the value of selected alarms to send it to the ticketing system.
How can I achieve this in a low code app? Is it possible?
I know that we have the double-click on a row option, but I haven't found anything about "right-click" or "multiple selection." Is there another way to proceed?
Thanks in advance
Alexandre
As this question has now been inactive for a long time, I will close it. If you still want more information about this, could you post a new question?
Hi Alexandre,
This is very much possible using LCA. You can create a setup for this in a few steps:
- Create a query to fetch the alarms you are interested in. Start with the 'Get alarms' data source & apply some filtering on static/feed values to narrow the results down. (Queries, Time range feed)
- Add the query to a table to visualize the results. The table columns can be customized with a custom template to make it look however you want. (Table, Template editor)
- Add an action to execute a script. There are multiple options here: you can create a separate (header bar) button to execute the action, configure it on row click/double click or create a shape in a column template that executes it. (Button, header bar, Table actions, Actions)
- Link an action to execute a script using the 'Query rows' feed of the table (make sure to select a row in the table to expose this feed). This feed contains a value for every selected row in the table. If you use it as an input in a script action, it will send the values to the script as an JSON array of strings. (Script action)
Let me know if anything is still unclear.
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer (using the ✓ icon) to indicate that the question is resolved?