Getting value from dictionary based on key variable

Hi, How do i call the dictionary for the value by the vriable of key?

e.g.
item = “test”

I need to assign value to dictionary. dictionary(“”“+item+”“”).toString

But the double quotes seems to not work.

Hi,

Can you try dictionary(item) ?

Regards,