Hello,
The current way to display a variable (i.e. number) into a text (work instruction) is to either:
-Have predetermined space for the variable in the text and put a variable widget on top of the text. The variable value will update in real time.
-Have the text and variable stored into a text variable with Data manipulation and Expression (concatenate). The variable value will only be updated if the data manipulation is triggered.
Would it be possible to have a native text display widget with “Expression” as input and that would refresh its content any time one of the value in the expression has changed?
Kind Regards,
Kevin