How to get the app (dma) host name from low code app automation?
19th July 2023
Hey Mieke, You can send a GetInfoMessage with type InfoType.DataMinerInfo in your automation script. The response of this message (GetDataMinerInfoResponseMessage) will contain the IP address in the property PrimaryIP. The …