Good Day
Good Evening All,
I am attempting to access a variable defined in the EvaluationContex using the following
final Object test = this.evaluationContext.getVariable("$context");
However from the screen shot attached you can see it is returning null instead of continuing to iterate the next scope definition which has the "$context" variable defined.
Can someone please explain what scope.isLocal() is and how can I find a variable across all the scopes.
Thanks
Ash