1) Give a description of the problem
Local variable containing the name of a global variable works for retrieving the value but unable to set through the same indirection
2) What is the expected behaviour?
define localVariable="@globalVariableName"
set variable({{localVariable}}) = newValue would set the Global variable who’s name is stored in the local variable to the new value
3) What is happening/not happening?
Only able to pick the actual variable objects in the GUI - there is no expression option to be able to perform this indirection
**4) Post a Green Snapshot of the piston!
N/A
5) Attach logs after turning logging level to Full
N/A