anybody know if its possible to pass $env:user$ to a drilldown with link?
i.e: ssh://$env:user$@$click.value2$
I cant seem to access global token using link no matter what I try...
URL ends up being
ssh://$env:[email protected]
should be:
ssh://[email protected]... View more