Download & deploy connector from catalog fails

Hi For some reason, the files were removed from the repository so they cannot be found to be downloaded anymore. Normally this should also remove the catalog entry but this …

Dashboard – add a hyperlink

Hi Bruno, As far as I know this is not possible in dashboard. In the low-code apps there is a possibility to open a URL from a button. Feel free …

Automation c# substring

Hi Joel, ‘Substring’ starts with a capital which is probably the reason you’re seeing this exception. Creating automation scripts in DIS would also indicate any syntax errors that are encountered …

Duplicate pages in a low code app

Hey Andre, Low-code apps are stored into the c:\Skyline DataMiner\Applications. Every folder corresponds to a low-code app, and the name of the folder corresponds to guid that you’ll find into …

Async HTTP Request from Automation script?

Hi Robin, I’ve used below code in the past to send a async HTTP request public class Script { private static HttpClient httpClient = new HttpClient(); public void Run(Engine engine) …