New topic Closed topic
avatar image
1
Fetch values from a hash variable
By Created , last editted

Hi, 

I've got a hash variable in which I receive different values. For example:

{"14":"45",15":"56"}

How can I retrieve the values from the given keys? I've tried the following expression, but no values were returned:

fetch(var:my_hash, var:key_identifier)

Hi, 

I've got a hash variable in which I receive different values. For example:

{"14":"45",15":"56"}

How can I retrieve the values from the given keys? I've tried the following expression, but no values were returned:

fetch(var:my_hash, var:key_identifier)
Answers
Sort by:

This topic is closed.