Hello,
I just created global variables in my SCPI with myVariablee_{id} = {correspondingId} there is no problem on WRITE variable cause first in create the variable name with a content-modifier with expression.
But I want to read dynamicly that global variable.
so fist I created a variable "myVariableName" type expression and value "myVariable_"${property.id} then I do on a second content modifier
CREATE myVariableCorrespondingId GlobalVariable ${property.myVariableName} but doesn't work
Can we access to global variable by a groovy script or an other solution?