Hello,
I want to make an automation script that will be triggered from a low code app table to generate a URL that will represent that app filtered on the row.
This app can run on different platforms so I need to determine the app Host:
- https://[xxx].skyline.be/app/[appguid]/MyPage
- https://[myIP]/app/[appguid]/MyPage
- ...
I can hardcode /app/[appguid]/MyPage, but not the rest.
In the end I want a means to get the filtered URL by selecting a table row.
Any alternatives to an automation script are welcome.
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 response will also contain the AgentName, if you're sure the agent will always be in the .skyline.be domain, you could also use that.