How to use "${__value.time} time range which i set interval as 1m " in url for &to= in order to link next dashboard to display details of that 1 min interval in grafana with elastic search

How to use "${__value.time} time range which i set interval as 1m " in url for &to= in order to link next dashboard to display details of that 1 min interval in grafana with elastic search

i have tried from={__value.time}&to={__to} - this is getting diplayed the details from the cliencked data time to overalall time . But i want this to display details of that 1 min interval

I have achieved by passing ?time={__value.time}&time.window=60000

but this is also working from the current time to previous - 60 sec