accessing variable through dot walking

samadam
Kilo Sage

I have reference to "sc_req_item" called request_item on another table. I am trying to dot walk to get one of the variable and not successful. Tried to query the table using "request_item.variables.temp_var" but don't seem to get the value.

gr.addQuery('request_item.variables.temp_var', 'Test');

Is there something different to get the values for variables?