Key from range element as var for another range

I need some variable value at “.here_is_my_value” from the “element”.

`{{ range .Site.Params.overview.element ) }}

{{ range $index, $element := first $count (where .Site.Pages "Section" .here_is_my_value ) }}


`

I tried it with the key set in the element, but it does not work,

EDIT: it seems it is working now. Perhaps in my first attempt there was something wrong. ^^