Good day, can You help me
I want make http request to this address http://geocode-maps.yandex.ru/1.x/?geocode=53.98508,57.073316

and want read value from parameter AddressLine
e.g. Удмуртская Республика, Воткинск, Улица Серова, 23

How I can do this by your module?
Thanks!

Comments

andreystrelkov’s picture

Issue summary: View changes
marcus178’s picture

I'm having difficulty with this too. I know that the full response is available in the variable and can be accessed using the token

[http-request:value]

but I need to be able to access a value within that response. Is that possible??