
1
Fetch values from a hash variable
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)
Login to reply