Label names (or others) not only statically but also from expressions?

Hi there,
is it possible (in the near future) to give us the ability to create label names (buttons, text, single select or the text widget) with an additional expression value?
So I’m more flexible to use more specifically names/information.

For example (Button-Content):
Static text: Goto next step
Expression: 'Goto step ’ + @Variable.s_NextStep

Text-Widget (Content):
Static text: More Information about next step
Expression: 'More information about step ’ + @Variable.s_NextStep

Variable-Widget (Content-Datasource):
Variable: s_NextStep
Expression: 'This step starts with ’ + LEFT(@Variable.s_NextStep,4)

So I don’t have to create these expressions first, store it into a variable and use them once (nevermore again), but can the needed information “on-the-fly”.

image

Regards Chris

Thanks @ChrisF for the suggestion and for clearly outlining your use case. I don’t have specifics on when we will address this, but I definitely understand the need and will have our team take a look.