[Expressions] Variables should be available to sub-expressions #68714
Labels
enhancement
New value added to drive a business result
Feature:ExpressionLanguage
Interpreter expression language (aka canvas pipeline)
It is currently not possible to set a variable that is used by a sub-expression. This came up recently when looking at how we could move away from the custom
lens_multitable
implementation.For example, I would expect this to work:
There are workarounds we can use for this problem, specifically we could change the example above to:
The text was updated successfully, but these errors were encountered: