DOM Action with interactive and non interactive path
12th June 2024
Hi, I’ve got a Dom action script that should handle most of the paths without interaction. However when it runs into an issue with validation for instance it should throw …
Question
12th June 2024
Hi, I’ve got a Dom action script that should handle most of the paths without interaction. However when it runs into an issue with validation for instance it should throw …
12th June 2024
Hi team, I found this connector on the catalog: Amazon AWS CloudWatch – MediaConvert Is it possible to use this connector to retrieve a list of jobs that are on …
12th June 2024
Hello, As part of a project to integrate a new matrix for one of our customers, we would like to duplicate the application on one of our test DMAs. This …
12th June 2024
Hi Skyline, I’m trying to filter a table so only rows with a certain value will appear on the Visio. Below is one of the methods that I have tried …
12th June 2024
Hi, I’m trying to add a column to a table in my low code app that counts down in real time. I have a column of a datetime of a …
12th June 2024
I want to show video in place of Still Boxes
12th June 2024
When using ‘multiple parameter set’ within an element, does one have control on the order of execution of the sets ? As an example: for a cisco manager element we …
12th June 2024
Hello dojo, I am facing an issue with spectrums: When we try to set the center frequency by an automation it fails beacuse it cannot “verify” if the set command …
12th June 2024
I am able to send an email to a single email address with the following script: var to = “my.name@email.com” engine.SendEmail( new EmailOptions { …
11th June 2024
Hello, I am building an interactive UI and I want to add validation to a textbox which should match specific patterns. If the user input doesn’t match the pattern then …
11th June 2024
Using the SDK for CloudWatchLogs for FilterLogEventsRequest works on an automation script, but gets error when running the same code on a QAction. Both are using the same Amazon DLLs …
11th June 2024
Hi, I imagine this is not possible however worth asking. We have a non interactive script which is triggered from a button in a view. This script does quite a …
11th June 2024
Requirement: I am trying to generate the connection ID using the dataminer connect App API. But receiving authentication error. Post : https://chiv2dmas01b/API/v1/Json.asmx Content-Type: application/soap+xml Body: <?xml version=”1.0″ encoding=”utf-8″?> <soap12:Envelope xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:soap12=”http://www.w3.org/2003/05/soap-envelope”> <soap12:Body> <ConnectApp xmlns=”http://www.skyline.be/api/v1″> <host>chiv2dmas01b</host> …
11th June 2024
Hello, In my GQI script i use a column of type “GQIDateTimeColumn”. I set a DateTime for the cell using Value (DateTime) –> “eventStart” which is of type DateTimeKind.Utc. new …
11th June 2024
Dear dojo, I have to replicate a software using the Dataminer dashboards or a low-code app. The GUI to replicate with Dataminer should seem like the following image. Is a …