I'm creating a visual overview for a few elements of the same protocol and I want to use the Link shape data to show a thumbnail. What's the best way to get the element IP address into the Link shape data? All I could think of is an automation script running when the card opens, which in turn sets a Card Variable but there must be a less complicated way, right?
Hi Robin,
The element IP is available in the 'Link' shape data as a placeholder. You can use <elementIP> which will be replaced by the polling IP when using the link (see docs).
Thank you. I guess I didn’t read enough “Link a shape to a…” pages in the docs to find what I was looking for.