Hi, we’re using relevance to retrieve IP address details and this is great as it retrieves addresses on all adaptors but is it possible to retrieve only just 1 address what whatever adaptor is 1st in the list? The relevance currently used is
addresses whose (it as string != “0.0.0.0”) of ip interfaces whose (loopback of it = false) of network
Being a bit of a newbie to relevance, I’m hitting a brick wall trying to achieve this.
No worries, I figured it out by looking over some previous posting here
preceding text of last ", " of (concatenation ", " of (addresses whose (it as string != “0.0.0.0”) of ip interfaces whose (loopback of it = false) of network as string))