Hi,
My element has multiple IPs. I just want to show first IP from parameter <Type>POLLINGIP</Type> on page.
In QAction this parameter is not appearing.
Thanks,
Hi,
The parameter of type POLLINGIP will contain all IPs for each connection on your connector separated by ; as mentioned Type element | DataMiner Docs
In the QAction you will not find it as part of the Parameter Helper class but you should still be able to retrieve its value by doing a GetParameter and using the ID of the parameter.
Could you confirm if this works?
Indeed, the best way is to use the ‘After Startup’ flow to trigger your logic as the POLLINGIP parameter does not change and as such will not be suitable to be used as triggers for the QAction.
It is working thanks.
Just sharing my experience.
QAction that triggers by pollingip will not work.
So I used ‘After Startup’ QAction and have the IP addresses.