Automation Script – How to create/update DataMiner table rows?
18th July 2026
Hi Alex, Have you tried using the DataMiner Class Library? It provides IDmsTable.AddRow() and IDmsTable.SetRow() methods that might be what you’re looking for. You could try installing the Skyline.DataMiner.Core.DataMinerSystem.Automation NuGet package and using something like: <code><span class="line">IDms …