[Feature] Nested paths in expressions

Nested paths are not allowed.
I know i can get my goal with a simple switch statement. but this should make it much more easier.
{this.custom.{view.params.ControlType}}

Changed the title on the post from ‘Bug’ to ‘Feature’, as well as specified that we’re talking about expressions.

It’s unfortunate, but technically that is working as intended: the parsing we’re currently doing has trouble reading those nested references.

However, you do bring up a solid point. Mind posting something on our Ideas page?