Is there a way to get the IP of the device that is accessing a Dashboard?

Jacob,

Try:
$Request.HttpContext.Connection.RemoteIpAddress.ToString()

Thanks,
Tim Curwick

1 Like